Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
revision 1.2 by jahn, Thu Sep 22 19:18:37 2011 UTC | revision 1.3 by jahn, Thu Sep 22 19:23:31 2011 UTC | |
---|---|---|
# | Line 481 c or use offline fields if provided | Line 481 c or use offline fields if provided |
481 | inputFe(i,j,bi,bj) = bWght*featmos0(i,j,bi,bj) | inputFe(i,j,bi,bj) = bWght*featmos0(i,j,bi,bj) |
482 | & +aWght*featmos1(i,j,bi,bj) | & +aWght*featmos1(i,j,bi,bj) |
483 | c convert to mmol/m2/s | c convert to mmol/m2/s |
484 | inputFe(i,j,bi,bj) = 1000.d0*inputFe(i,j,bi,bj) | inputFe(i,j,bi,bj) = inputFe(i,j,bi,bj)*darwin_ironFileConv |
485 | ELSE | ELSE |
486 | inputFe(i,j,bi,bj) = 0. _d 0 | inputFe(i,j,bi,bj) = 0. _d 0 |
487 | ENDIF | ENDIF |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |