File |
Line number |
Procedure |
Code |
./pkg/exf/exf_init.F |
65 |
EXF_INIT |
& precipconst, precip, precip0, precip1, mythid ) |
./pkg/exf/exf_getffields.F |
210 |
EXF_GETFFIELDS |
& precip, precip0, precip1, precipmask, |
./pkg/exf/exf_fields.h |
185 |
NO PROCEDURE |
common /exfl_precip_r/ precip0, precip1 |
./pkg/exf/exf_fields.h |
186 |
NO PROCEDURE |
_RL precip0 (1-olx:snx+olx,1-oly:sny+oly,nsx,nsy) |
./pkg/seaice/SEAICE_FFIELDS.h |
101 |
NO PROCEDURE |
_RS precip0 (1-OLx:sNx+OLx,1-OLy:sNy+OLy,nSx,nSy) |
./pkg/seaice/SEAICE_FFIELDS.h |
87 |
NO PROCEDURE |
& swdown0, swdown1, precip0, precip1, evap0, evap1, |
./pkg/seaice/seaice_get_forcing.F |
115 |
SEAICE_GET_FORCING |
CALL INIT_ARRAY_RS( precip0 , initValue, myThid ) |
./pkg/seaice/seaice_get_forcing.F |
179 |
SEAICE_GET_FORCING |
CALL READ_REC_XY_RS( fName,precip0,iRec ,myIter,myThid ) |
./pkg/seaice/seaice_get_forcing.F |
221 |
SEAICE_GET_FORCING |
_EXCH_XY_R4( precip0, myThid ) |
./pkg/seaice/seaice_get_forcing.F |
320 |
SEAICE_GET_FORCING |
CALL READ_REC_XY_RS( fName,precip0,iRec,myIter,myThid ) |
./pkg/seaice/seaice_get_forcing.F |
349 |
SEAICE_GET_FORCING |
_EXCH_XY_R4(precip0, myThid ) |
./pkg/seaice/seaice_get_forcing.F |
456 |
SEAICE_GET_FORCING |
precip(i,j,bi,bj) = bWghtFlux * precip0(i,j,bi,bj) + |
./pkg/seaice/seaice_get_forcing.F |
479 |
SEAICE_GET_FORCING |
precip(i,j,bi,bj) = aWghtFlux * precip0(i,j,bi,bj) + |