** Warning **
Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.
Last-Modified: Sun, 5 Jul 2025 05:08:58 GMT
Content-Type: text/html; charset=utf-8
MITgcm/MITgcm/pkg/seaice/SEAICE_SIZE.h
File indexing completed on 2021-06-17 05:13:00 UTC
view on github raw file Latest commit 7c50f079 on 2021-06-16 15:05:49 UTC
ccaa3c61f4 Patr* 0001 #ifdef ALLOW_SEAICE
0002
0003
0004
0005
0006
35643f5b51 Jean* 0007
ccaa3c61f4 Patr* 0008
35643f5b51 Jean* 0009
0010
0011
f913c5a485 Mart* 0012
35643f5b51 Jean* 0013
ccaa3c61f4 Patr* 0014
35643f5b51 Jean* 0015
f913c5a485 Mart* 0016 INTEGER nITD
86b84a92fc Patr* 0017
0018 #ifdef SEAICE_ITD
0019
0020
0021
f913c5a485 Mart* 0022 PARAMETER (nITD = 5)
86b84a92fc Patr* 0023 #else
f913c5a485 Mart* 0024 PARAMETER (nITD = 7)
86b84a92fc Patr* 0025 #endif
35643f5b51 Jean* 0026
0027
f50f58ec54 Gael* 0028 INTEGER SItrMaxNum
0029 PARAMETER (SItrMaxNum = 3 )
ccaa3c61f4 Patr* 0030
772b2ed80e Gael* 0031 #ifdef ALLOW_AUTODIFF
ccaa3c61f4 Patr* 0032 INTEGER nEVPstepMax
984448ca93 Patr* 0033 PARAMETER ( nEVPstepMax =180 )
ccaa3c61f4 Patr* 0034 INTEGER NMAX_TICE
0035 PARAMETER ( NMAX_TICE =10 )
984448ca93 Patr* 0036 INTEGER SOLV_MAX_FIXED
0037 PARAMETER ( SOLV_MAX_FIXED =500 )
32c347d75e Mart* 0038 INTEGER MPSEUDOTIMESTEPS
0039 PARAMETER (MPSEUDOTIMESTEPS =2)
772b2ed80e Gael* 0040 #endif /* ALLOW_AUTODIFF */
ccaa3c61f4 Patr* 0041
0042 #endif /* ALLOW_SEAICE */
0043
0044
0045
0046