Symbol | Description | Uses |
startIceModel | =1 : start ice model at nIter0 ; =0 : use pickup files -1 : start from a small pickup (without Mix.Layer) | 7 |
File | Line number | Procedure | Code |
./pkg/thsice/THSICE_PARAMS.h | 152 | NO PROCEDURE |
& startIceModel, nitMaxTsf |
./pkg/thsice/THSICE_PARAMS.h | 154 | NO PROCEDURE |
INTEGER startIceModel |
./pkg/thsice/thsice_readparms.F | 123 | THSICE_READPARMS |
startIceModel = 0 |
./pkg/thsice/thsice_readparms.F | 245 | THSICE_READPARMS |
WRITE(iUnit,*) 'ThSI: startIceModel =',startIceModel |
./pkg/thsice/thsice_readparms.F | 62 | THSICE_READPARMS |
& startIceModel, stepFwd_oceMxL, |
./pkg/thsice/thsice_ini_vars.F | 91 | THSICE_INI_VARS |
IF ( startIceModel.LE.0 .AND. nIter0.NE.0 ) THEN |
./pkg/thsice/thsice_read_pickup.F | 53 | THSICE_READ_PICKUP |
IF ( stepFwd_oceMxL .AND. startIceModel.EQ.0 ) THEN |