Symbol | Description | Uses |
SSSforcingPeriod | 4 |
File | Line number | Procedure | Code |
./pkg/seaice/seaice_get_forcing.F | 203 | SEAICE_GET_FORCING |
iRec = int((YearTime-SSSforcingStart)/SSSforcingPeriod) + 1 |
./pkg/seaice/seaice_get_forcing.F | 391 | SEAICE_GET_FORCING |
iRec = int((YearTime-SSSforcingStart)/SSSforcingPeriod) + 2 |
./pkg/seaice/seaice_get_forcing.F | 392 | SEAICE_GET_FORCING |
aWghtSSS = mod(YearTime-SSSforcingStart,SSSforcingPeriod) / |
./pkg/seaice/seaice_get_forcing.F | 393 | SEAICE_GET_FORCING |
& SSSforcingPeriod |