Warning, /verification/lab_sea/results/output_adm.txt is written in an unsupported language. File is not indexed.
view on githubraw file Latest commit 5bc99689 on 2023-08-01 13:40:46 UTC
72ca2fdbec Jean*0001 (PID.TID 0000.0001)
0002 (PID.TID 0000.0001) // ======================================================
0003 (PID.TID 0000.0001) // MITgcm UV
0004 (PID.TID 0000.0001) // =========
0005 (PID.TID 0000.0001) // ======================================================
0006 (PID.TID 0000.0001) // execution environment starting up...
0007 (PID.TID 0000.0001)
5bc996898d Mart*0008 (PID.TID 0000.0001) // MITgcmUV version: checkpoint68q
fe1862e69b Mart*0009 (PID.TID 0000.0001) // Build user: jm_c
4a08d54d3a Mart*0010 (PID.TID 0000.0001) // Build host: villon
5bc996898d Mart*0011 (PID.TID 0000.0001) // Build date: Thu Jul 27 11:12:56 EDT 2023
72ca2fdbec Jean*0012 (PID.TID 0000.0001)
0013 (PID.TID 0000.0001) // =======================================================
0014 (PID.TID 0000.0001) // Execution Environment parameter file "eedata"
0015 (PID.TID 0000.0001) // =======================================================
0016 (PID.TID 0000.0001) ># Example "eedata" file
0017 (PID.TID 0000.0001) ># Lines beginning "#" are comments
0018 (PID.TID 0000.0001) ># nTx - No. threads per process in X
0019 (PID.TID 0000.0001) ># nTy - No. threads per process in Y
0020 (PID.TID 0000.0001) > &EEPARMS
0021 (PID.TID 0000.0001) > nTx=1,
0022 (PID.TID 0000.0001) > nTy=1,
336f905219 Gael*0023 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0024 (PID.TID 0000.0001) ># Note: Some systems use & as the
0025 (PID.TID 0000.0001) ># namelist terminator. Other systems
0026 (PID.TID 0000.0001) ># use a / character (as shown here).
0027 (PID.TID 0000.0001)
0028 (PID.TID 0000.0001) // =======================================================
0029 (PID.TID 0000.0001) // Computational Grid Specification ( see files "SIZE.h" )
0030 (PID.TID 0000.0001) // ( and "eedata" )
0031 (PID.TID 0000.0001) // =======================================================
0032 (PID.TID 0000.0001) nPx = 1 ; /* No. processes in X */
0033 (PID.TID 0000.0001) nPy = 1 ; /* No. processes in Y */
391dc1af4e Patr*0034 (PID.TID 0000.0001) nSx = 2 ; /* No. tiles in X per process */
0035 (PID.TID 0000.0001) nSy = 2 ; /* No. tiles in Y per process */
0036 (PID.TID 0000.0001) sNx = 10 ; /* Tile size in X */
0037 (PID.TID 0000.0001) sNy = 8 ; /* Tile size in Y */
0038 (PID.TID 0000.0001) OLx = 4 ; /* Tile overlap distance in X */
0039 (PID.TID 0000.0001) OLy = 4 ; /* Tile overlap distance in Y */
72ca2fdbec Jean*0040 (PID.TID 0000.0001) nTx = 1 ; /* No. threads in X per process */
0041 (PID.TID 0000.0001) nTy = 1 ; /* No. threads in Y per process */
0042 (PID.TID 0000.0001) Nr = 23 ; /* No. levels in the vertical */
eb2516526e Patr*0043 (PID.TID 0000.0001) Nx = 20 ; /* Total domain size in X ( = nPx*nSx*sNx ) */
0044 (PID.TID 0000.0001) Ny = 16 ; /* Total domain size in Y ( = nPy*nSy*sNy ) */
391dc1af4e Patr*0045 (PID.TID 0000.0001) nTiles = 4 ; /* Total no. tiles per process ( = nSx*nSy ) */
72ca2fdbec Jean*0046 (PID.TID 0000.0001) nProcs = 1 ; /* Total no. processes ( = nPx*nPy ) */
0047 (PID.TID 0000.0001) nThreads = 1 ; /* Total no. threads per process ( = nTx*nTy ) */
0048 (PID.TID 0000.0001) usingMPI = F ; /* Flag used to control whether MPI is in use */
0049 (PID.TID 0000.0001) /* note: To execute a program with MPI calls */
0050 (PID.TID 0000.0001) /* it must be launched appropriately e.g */
0051 (PID.TID 0000.0001) /* "mpirun -np 64 ......" */
4a08d54d3a Mart*0052 (PID.TID 0000.0001) useCoupler= F ; /* Flag used to control communications with */
72ca2fdbec Jean*0053 (PID.TID 0000.0001) /* other model components, through a coupler */
4a08d54d3a Mart*0054 (PID.TID 0000.0001) useNest2W_parent = F ;/* Control 2-W Nesting comm */
0055 (PID.TID 0000.0001) useNest2W_child = F ;/* Control 2-W Nesting comm */
633485aebb Jean*0056 (PID.TID 0000.0001) debugMode = F ; /* print debug msg. (sequence of S/R calls) */
eb2516526e Patr*0057 (PID.TID 0000.0001) printMapIncludesZeros= F ; /* print zeros in Std.Output maps */
0058 (PID.TID 0000.0001) maxLengthPrt1D= 65 /* maxLength of 1D array printed to StdOut */
72ca2fdbec Jean*0059 (PID.TID 0000.0001)
0060 (PID.TID 0000.0001) // ======================================================
0061 (PID.TID 0000.0001) // Mapping of tiles to threads
0062 (PID.TID 0000.0001) // ======================================================
391dc1af4e Patr*0063 (PID.TID 0000.0001) // -o- Thread 1, tiles ( 1: 2, 1: 2)
72ca2fdbec Jean*0064 (PID.TID 0000.0001)
0065 (PID.TID 0000.0001) // ======================================================
0066 (PID.TID 0000.0001) // Tile <-> Tile connectvity table
0067 (PID.TID 0000.0001) // ======================================================
074aa2a738 Gael*0068 (PID.TID 0000.0001) // Tile number: 000001 (process no. = 000000)
0069 (PID.TID 0000.0001) // WEST: Tile = 000002, Process = 000000, Comm = put
391dc1af4e Patr*0070 (PID.TID 0000.0001) // bi = 000002, bj = 000001
074aa2a738 Gael*0071 (PID.TID 0000.0001) // EAST: Tile = 000002, Process = 000000, Comm = put
391dc1af4e Patr*0072 (PID.TID 0000.0001) // bi = 000002, bj = 000001
074aa2a738 Gael*0073 (PID.TID 0000.0001) // SOUTH: Tile = 000003, Process = 000000, Comm = put
391dc1af4e Patr*0074 (PID.TID 0000.0001) // bi = 000001, bj = 000002
074aa2a738 Gael*0075 (PID.TID 0000.0001) // NORTH: Tile = 000003, Process = 000000, Comm = put
391dc1af4e Patr*0076 (PID.TID 0000.0001) // bi = 000001, bj = 000002
074aa2a738 Gael*0077 (PID.TID 0000.0001) // Tile number: 000002 (process no. = 000000)
0078 (PID.TID 0000.0001) // WEST: Tile = 000001, Process = 000000, Comm = put
72ca2fdbec Jean*0079 (PID.TID 0000.0001) // bi = 000001, bj = 000001
074aa2a738 Gael*0080 (PID.TID 0000.0001) // EAST: Tile = 000001, Process = 000000, Comm = put
72ca2fdbec Jean*0081 (PID.TID 0000.0001) // bi = 000001, bj = 000001
074aa2a738 Gael*0082 (PID.TID 0000.0001) // SOUTH: Tile = 000004, Process = 000000, Comm = put
391dc1af4e Patr*0083 (PID.TID 0000.0001) // bi = 000002, bj = 000002
074aa2a738 Gael*0084 (PID.TID 0000.0001) // NORTH: Tile = 000004, Process = 000000, Comm = put
391dc1af4e Patr*0085 (PID.TID 0000.0001) // bi = 000002, bj = 000002
074aa2a738 Gael*0086 (PID.TID 0000.0001) // Tile number: 000003 (process no. = 000000)
0087 (PID.TID 0000.0001) // WEST: Tile = 000004, Process = 000000, Comm = put
391dc1af4e Patr*0088 (PID.TID 0000.0001) // bi = 000002, bj = 000002
074aa2a738 Gael*0089 (PID.TID 0000.0001) // EAST: Tile = 000004, Process = 000000, Comm = put
391dc1af4e Patr*0090 (PID.TID 0000.0001) // bi = 000002, bj = 000002
074aa2a738 Gael*0091 (PID.TID 0000.0001) // SOUTH: Tile = 000001, Process = 000000, Comm = put
72ca2fdbec Jean*0092 (PID.TID 0000.0001) // bi = 000001, bj = 000001
074aa2a738 Gael*0093 (PID.TID 0000.0001) // NORTH: Tile = 000001, Process = 000000, Comm = put
72ca2fdbec Jean*0094 (PID.TID 0000.0001) // bi = 000001, bj = 000001
074aa2a738 Gael*0095 (PID.TID 0000.0001) // Tile number: 000004 (process no. = 000000)
0096 (PID.TID 0000.0001) // WEST: Tile = 000003, Process = 000000, Comm = put
391dc1af4e Patr*0097 (PID.TID 0000.0001) // bi = 000001, bj = 000002
074aa2a738 Gael*0098 (PID.TID 0000.0001) // EAST: Tile = 000003, Process = 000000, Comm = put
391dc1af4e Patr*0099 (PID.TID 0000.0001) // bi = 000001, bj = 000002
074aa2a738 Gael*0100 (PID.TID 0000.0001) // SOUTH: Tile = 000002, Process = 000000, Comm = put
391dc1af4e Patr*0101 (PID.TID 0000.0001) // bi = 000002, bj = 000001
074aa2a738 Gael*0102 (PID.TID 0000.0001) // NORTH: Tile = 000002, Process = 000000, Comm = put
391dc1af4e Patr*0103 (PID.TID 0000.0001) // bi = 000002, bj = 000001
72ca2fdbec Jean*0104 (PID.TID 0000.0001)
f53c95e6dd Gael*0105 (PID.TID 0000.0001) INI_PARMS: opening model parameter file "data"
0106 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data
72ca2fdbec Jean*0107 (PID.TID 0000.0001) // =======================================================
f53c95e6dd Gael*0108 (PID.TID 0000.0001) // Parameter file "data"
72ca2fdbec Jean*0109 (PID.TID 0000.0001) // =======================================================
0110 (PID.TID 0000.0001) ># ====================
0111 (PID.TID 0000.0001) ># | Model parameters |
0112 (PID.TID 0000.0001) ># ====================
0113 (PID.TID 0000.0001) >#
0114 (PID.TID 0000.0001) ># Continuous equation parameters
0115 (PID.TID 0000.0001) >#
0116 (PID.TID 0000.0001) ># tRef - Reference vertical potential temperature (deg C)
0117 (PID.TID 0000.0001) ># sRef - Reference vertical salinity (PSU)
0118 (PID.TID 0000.0001) ># viscAh - Horizontal eddy viscosity coefficient (m^2/s)
0119 (PID.TID 0000.0001) ># viscAz - Vertical eddy viscosity coefficient (m^2/s)
0120 (PID.TID 0000.0001) ># diffKhT - Horizontal temperature diffusivity (m^2/s)
0121 (PID.TID 0000.0001) ># diffKzT - Vertical temperature diffusivity (m^2/s)
0122 (PID.TID 0000.0001) ># diffKhS - Horizontal salt diffusivity (m^2/s)
0123 (PID.TID 0000.0001) ># diffKzS - Vertical salt diffusivity (m^2/s)
0124 (PID.TID 0000.0001) ># gravity - Acceleration due to gravity (m/s^2)
0125 (PID.TID 0000.0001) ># rigidLid - Set to true to use rigid lid
0126 (PID.TID 0000.0001) ># implicitFreeSurface - Set to true to use implicit free surface
0127 (PID.TID 0000.0001) ># eosType - Flag for linear or polynomial equation of state
0128 (PID.TID 0000.0001) ># momAdvection - On/Off flag for momentum self transport
0129 (PID.TID 0000.0001) ># momViscosity - On/Off flag for momentum mixing
0130 (PID.TID 0000.0001) >#
0131 (PID.TID 0000.0001) > &PARM01
0132 (PID.TID 0000.0001) > tRef= 24.0 , 23.0 , 22.0 , 21.0 , 20.0 ,
0133 (PID.TID 0000.0001) > 19.0 , 18.0 , 17.0 , 16.0 , 15.0 ,
0134 (PID.TID 0000.0001) > 14.0 , 13.0 , 12.0 , 11.0 , 10.0 ,
0135 (PID.TID 0000.0001) > 9.0 , 8.0 , 7.0 , 6.0, 5.0 ,
0136 (PID.TID 0000.0001) > 4.0 , 3.0 , 2.0 ,
0137 (PID.TID 0000.0001) > sRef= 34.65, 34.75, 34.82, 34.87, 34.90,
0138 (PID.TID 0000.0001) > 34.90, 34.86, 34.78, 34.69, 34.60,
0139 (PID.TID 0000.0001) > 34.58, 34.62, 34.68, 34.72, 34.73,
0140 (PID.TID 0000.0001) > 34.74, 34.73, 34.73, 34.72, 34.72,
0141 (PID.TID 0000.0001) > 34.71, 34.70, 34.69,
0142 (PID.TID 0000.0001) > no_slip_sides=.FALSE.,
0143 (PID.TID 0000.0001) > no_slip_bottom=.TRUE.,
0144 (PID.TID 0000.0001) > viscAz=1.93e-5,
0145 (PID.TID 0000.0001) > viscAh=5.E4,
0146 (PID.TID 0000.0001) > diffKhT=0.0,
0147 (PID.TID 0000.0001) > diffKzT=1.46e-5,
0148 (PID.TID 0000.0001) > diffKhS=0.0,
0149 (PID.TID 0000.0001) > diffKzS=1.46e-5,
0150 (PID.TID 0000.0001) > implicitFreeSurface=.TRUE.,
0151 (PID.TID 0000.0001) > eosType='JMD95Z',
0152 (PID.TID 0000.0001) > saltStepping=.TRUE.,
0153 (PID.TID 0000.0001) > tempStepping=.TRUE.,
0154 (PID.TID 0000.0001) > momStepping=.TRUE.,
0155 (PID.TID 0000.0001) > implicitDiffusion=.TRUE.,
0156 (PID.TID 0000.0001) > implicitViscosity=.TRUE.,
0157 (PID.TID 0000.0001) > allowFreezing=.FALSE.,
f761b709bc Jean*0158 (PID.TID 0000.0001) >#- set wrong celsius2K to reproduce old results:
0159 (PID.TID 0000.0001) > celsius2K=273.16,
4684c345dd Jean*0160 (PID.TID 0000.0001) > HeatCapacity_Cp = 3986.D0,
72ca2fdbec Jean*0161 (PID.TID 0000.0001) > gravity = 9.8156,
4684c345dd Jean*0162 (PID.TID 0000.0001) > rhoConst = 1027.D0,
172555e26d Ian *0163 (PID.TID 0000.0001) > rhoConstFresh = 999.8,
72ca2fdbec Jean*0164 (PID.TID 0000.0001) > useCDscheme=.TRUE.,
20c3662137 Patr*0165 (PID.TID 0000.0001) >#ph(
b631ba73ca Patr*0166 (PID.TID 0000.0001) > staggerTimeStep=.TRUE.,
20c3662137 Patr*0167 (PID.TID 0000.0001) > multiDimAdvection=.TRUE.,
0168 (PID.TID 0000.0001) > tempAdvScheme=30,
0169 (PID.TID 0000.0001) > saltAdvScheme=30,
0170 (PID.TID 0000.0001) >#ph)
4684c345dd Jean*0171 (PID.TID 0000.0001) >#globalFiles=.TRUE.,
0172 (PID.TID 0000.0001) >#- not safe to use globalFiles in multi-processors runs; set instead useSingleCpuIO
0173 (PID.TID 0000.0001) > useSingleCpuIO=.FALSE.,
0174 (PID.TID 0000.0001) > readBinaryPrec=32,
0175 (PID.TID 0000.0001) > writeBinaryPrec=32,
336f905219 Gael*0176 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0177 (PID.TID 0000.0001) >
0178 (PID.TID 0000.0001) ># Elliptic solver parameters
0179 (PID.TID 0000.0001) >#
0180 (PID.TID 0000.0001) ># cg2dMaxIters - Maximum number of 2d solver iterations
0181 (PID.TID 0000.0001) ># cg2dTargetResidual - Solver target residual
0182 (PID.TID 0000.0001) >#
0183 (PID.TID 0000.0001) > &PARM02
20c3662137 Patr*0184 (PID.TID 0000.0001) > cg2dMaxIters=1000,
4684c345dd Jean*0185 (PID.TID 0000.0001) > cg2dTargetResidual=1.E-13,
336f905219 Gael*0186 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0187 (PID.TID 0000.0001) >
0188 (PID.TID 0000.0001) ># Time stepping parameters
0189 (PID.TID 0000.0001) >#
0190 (PID.TID 0000.0001) ># startTime - Integration starting time (s)
0191 (PID.TID 0000.0001) ># endTime - Integration ending time (s)
0192 (PID.TID 0000.0001) ># tauCD - CD scheme coupling timescale (s)
0193 (PID.TID 0000.0001) ># deltaTMom - Timestep for momemtum equations (s)
0194 (PID.TID 0000.0001) ># deltaTtracer - Tracer timestep (s)
0195 (PID.TID 0000.0001) ># deltaTClock - Timestep used as model "clock" (s)
0196 (PID.TID 0000.0001) ># abEps - Adams-Bashforth stabilising factor
0197 (PID.TID 0000.0001) ># pChkPtFreq - Frequency of permanent check pointing (s)
0198 (PID.TID 0000.0001) ># chkPtFreq - Frequency of rolling check pointing (s)
0199 (PID.TID 0000.0001) ># dumpFreq - Frequency at which model state is stored (s)
0200 (PID.TID 0000.0001) ># tauThetaClimRelax - Relaxation to climatology time scale (s)
0201 (PID.TID 0000.0001) ># tauSaltClimRelax - Relaxation to climatology time scale (s)
0202 (PID.TID 0000.0001) >#
0203 (PID.TID 0000.0001) > &PARM03
0204 (PID.TID 0000.0001) > tauCD=172800.,
0205 (PID.TID 0000.0001) > startTime=0.0,
429e10e0eb Patr*0206 (PID.TID 0000.0001) > nTimeSteps=4,
72ca2fdbec Jean*0207 (PID.TID 0000.0001) > deltaTmom=3600.0,
0208 (PID.TID 0000.0001) > deltaTtracer=3600.0,
0209 (PID.TID 0000.0001) > deltaTClock =3600.0,
0210 (PID.TID 0000.0001) > cAdjFreq=0.,
0211 (PID.TID 0000.0001) > abEps=0.1,
4684c345dd Jean*0212 (PID.TID 0000.0001) > forcing_In_AB = .FALSE.,
72ca2fdbec Jean*0213 (PID.TID 0000.0001) > pChkptFreq=36000.,
0214 (PID.TID 0000.0001) > chkptFreq= 0.,
0215 (PID.TID 0000.0001) > dumpFreq = 0.,
0216 (PID.TID 0000.0001) > monitorFreq=1.,
0217 (PID.TID 0000.0001) > adjMonitorFreq=1.,
0218 (PID.TID 0000.0001) > adjDumpFreq=1.,
336f905219 Gael*0219 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0220 (PID.TID 0000.0001) >
0221 (PID.TID 0000.0001) ># Gridding parameters
0222 (PID.TID 0000.0001) >#
0223 (PID.TID 0000.0001) ># usingSphericalPolarGrid - On/Off flag for spherical polar coordinates
0224 (PID.TID 0000.0001) ># delX - Zonal grid spacing (degrees)
0225 (PID.TID 0000.0001) ># delY - Meridional grid spacing (degrees)
0226 (PID.TID 0000.0001) ># delZ - Vertical grid spacing (m)
ca04dac4c2 Patr*0227 (PID.TID 0000.0001) ># ygOrigin - Southern boundary latitude (degrees)
72ca2fdbec Jean*0228 (PID.TID 0000.0001) >#
0229 (PID.TID 0000.0001) > &PARM04
0230 (PID.TID 0000.0001) > usingSphericalPolarGrid=.TRUE.,
0231 (PID.TID 0000.0001) > delX=20*2.E0,
0232 (PID.TID 0000.0001) > delY=16*2.E0,
0233 (PID.TID 0000.0001) > delZ= 10., 10., 15., 20., 20., 25., 35., 50., 75.,
0234 (PID.TID 0000.0001) > 100., 150., 200., 275., 350., 415., 450.,
4684c345dd Jean*0235 (PID.TID 0000.0001) > 500., 500., 500., 500., 500., 500., 500.,
ca04dac4c2 Patr*0236 (PID.TID 0000.0001) > ygOrigin=46.,
0237 (PID.TID 0000.0001) > xgOrigin=280.,
4684c345dd Jean*0238 (PID.TID 0000.0001) > rSphere = 6371.D3,
336f905219 Gael*0239 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0240 (PID.TID 0000.0001) >
0241 (PID.TID 0000.0001) ># Input datasets
0242 (PID.TID 0000.0001) >#
0243 (PID.TID 0000.0001) ># bathyFile - File containing bathymetry
0244 (PID.TID 0000.0001) ># hydrogThetaFile - File containing initial potential temperature data
0245 (PID.TID 0000.0001) ># hydrogSaltFile - File containing initial salinity data
0246 (PID.TID 0000.0001) ># zonalWindFile - File containing zonal wind data
0247 (PID.TID 0000.0001) ># meridWindFile - File containing meridional wind data
0248 (PID.TID 0000.0001) ># thetaClimFile - File containing theta climatology used for relaxation
0249 (PID.TID 0000.0001) ># saltClimFile - File containing salt climatology used for relaxation
0250 (PID.TID 0000.0001) >#
0251 (PID.TID 0000.0001) > &PARM05
0252 (PID.TID 0000.0001) > bathyFile = 'bathy.labsea1979',
0253 (PID.TID 0000.0001) > hydrogThetaFile = 'LevCli_temp.labsea1979',
0254 (PID.TID 0000.0001) > hydrogSaltFile = 'LevCli_salt.labsea1979',
336f905219 Gael*0255 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0256 (PID.TID 0000.0001) >
0257 (PID.TID 0000.0001)
f53c95e6dd Gael*0258 (PID.TID 0000.0001) INI_PARMS ; starts to read PARM01
0259 (PID.TID 0000.0001) INI_PARMS ; read PARM01 : OK
0260 (PID.TID 0000.0001) INI_PARMS ; starts to read PARM02
0261 (PID.TID 0000.0001) INI_PARMS ; read PARM02 : OK
0262 (PID.TID 0000.0001) INI_PARMS ; starts to read PARM03
0263 (PID.TID 0000.0001) INI_PARMS ; read PARM03 : OK
0264 (PID.TID 0000.0001) INI_PARMS ; starts to read PARM04
0265 (PID.TID 0000.0001) INI_PARMS ; read PARM04 : OK
0266 (PID.TID 0000.0001) INI_PARMS ; starts to read PARM05
0267 (PID.TID 0000.0001) INI_PARMS ; read PARM05 : OK
0268 (PID.TID 0000.0001) INI_PARMS: finished reading file "data"
72ca2fdbec Jean*0269 (PID.TID 0000.0001) PACKAGES_BOOT: opening data.pkg
0270 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.pkg
0271 (PID.TID 0000.0001) // =======================================================
0272 (PID.TID 0000.0001) // Parameter file "data.pkg"
0273 (PID.TID 0000.0001) // =======================================================
0274 (PID.TID 0000.0001) ># Packages
0275 (PID.TID 0000.0001) > &PACKAGES
0276 (PID.TID 0000.0001) > useGMRedi = .TRUE.,
0277 (PID.TID 0000.0001) > useKPP = .TRUE.,
0278 (PID.TID 0000.0001) > useEXF = .TRUE.,
0279 (PID.TID 0000.0001) > useSEAICE = .TRUE.,
9aa0c46fff Patr*0280 (PID.TID 0000.0001) > useDOWN_SLOPE=.TRUE.,
72ca2fdbec Jean*0281 (PID.TID 0000.0001) > useDiagnostics = .FALSE.,
4684c345dd Jean*0282 (PID.TID 0000.0001) ># useMNC = .TRUE.,
72ca2fdbec Jean*0283 (PID.TID 0000.0001) > useECCO = .TRUE.,
0284 (PID.TID 0000.0001) > useGrdchk = .TRUE.,
336f905219 Gael*0285 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0286 (PID.TID 0000.0001)
0287 (PID.TID 0000.0001) PACKAGES_BOOT: finished reading data.pkg
29e0f6eb47 Jean*0288 (PID.TID 0000.0001) PACKAGES_BOOT: On/Off package Summary
0289 -------- pkgs with a standard "usePKG" On/Off switch in "data.pkg": --------
0290 pkg/kpp compiled and used ( useKPP = T )
0291 pkg/gmredi compiled and used ( useGMRedi = T )
0292 pkg/down_slope compiled and used ( useDOWN_SLOPE = T )
0293 pkg/cal compiled and used ( useCAL = T )
0294 pkg/exf compiled and used ( useEXF = T )
46b8b68892 Mart*0295 pkg/autodiff compiled and used ( useAUTODIFF = T )
29e0f6eb47 Jean*0296 pkg/grdchk compiled and used ( useGrdchk = T )
0297 pkg/ecco compiled and used ( useECCO = T )
6811577eff Mart*0298 pkg/ctrl compiled and used ( useCTRL = T )
29e0f6eb47 Jean*0299 pkg/seaice compiled and used ( useSEAICE = T )
0300 pkg/salt_plume compiled but not used ( useSALT_PLUME = F )
0301 pkg/diagnostics compiled but not used ( useDiagnostics = F )
0302 pkg/mnc compiled but not used ( useMNC = F )
0303 -------- pkgs without standard "usePKG" On/Off switch in "data.pkg": --------
0304 pkg/generic_advdiff compiled and used ( useGAD = T )
0305 pkg/mom_common compiled and used ( momStepping = T )
0306 pkg/mom_vecinv compiled but not used ( +vectorInvariantMomentum = F )
0307 pkg/mom_fluxform compiled and used ( & not vectorInvariantMom = T )
0308 pkg/cd_code compiled and used ( useCDscheme = T )
0309 pkg/monitor compiled and used ( monitorFreq > 0. = T )
0310 pkg/debug compiled but not used ( debugMode = F )
0311 pkg/rw compiled and used
0312 pkg/mdsio compiled and used
0313 pkg/autodiff compiled and used
0314 pkg/cost compiled and used
0315 (PID.TID 0000.0001) PACKAGES_BOOT: End of package Summary
0316 (PID.TID 0000.0001)
72ca2fdbec Jean*0317 (PID.TID 0000.0001) CAL_READPARMS: opening data.cal
0318 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.cal
0319 (PID.TID 0000.0001) // =======================================================
0320 (PID.TID 0000.0001) // Parameter file "data.cal"
0321 (PID.TID 0000.0001) // =======================================================
0322 (PID.TID 0000.0001) >#
0323 (PID.TID 0000.0001) ># *******************
0324 (PID.TID 0000.0001) ># Calendar Parameters
0325 (PID.TID 0000.0001) ># *******************
0326 (PID.TID 0000.0001) > &CAL_NML
0327 (PID.TID 0000.0001) > TheCalendar='gregorian',
0328 (PID.TID 0000.0001) ># TheCalendar='model',
0329 (PID.TID 0000.0001) > startDate_1=19790101,
0330 (PID.TID 0000.0001) > startDate_2=000000,
336f905219 Gael*0331 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0332 (PID.TID 0000.0001)
0333 (PID.TID 0000.0001) CAL_READPARMS: finished reading data.cal
336f905219 Gael*0334 (PID.TID 0000.0001) EXF_READPARMS: opening data.exf
0335 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.exf
0336 (PID.TID 0000.0001) // =======================================================
0337 (PID.TID 0000.0001) // Parameter file "data.exf"
0338 (PID.TID 0000.0001) // =======================================================
0339 (PID.TID 0000.0001) >#
0340 (PID.TID 0000.0001) ># *********************
0341 (PID.TID 0000.0001) ># External Forcing Data
0342 (PID.TID 0000.0001) ># *********************
0343 (PID.TID 0000.0001) > &EXF_NML_01
0344 (PID.TID 0000.0001) >#
0345 (PID.TID 0000.0001) > useExfCheckRange = .TRUE.,
0346 (PID.TID 0000.0001) > repeatPeriod = 31622400.0,
0347 (PID.TID 0000.0001) > exf_iprec = 32,
0348 (PID.TID 0000.0001) >#
fae4a9197e Jean*0349 (PID.TID 0000.0001) > exf_adjMonSelect = 3,
0350 (PID.TID 0000.0001) > exf_adjMonFreq = 10800.,
336f905219 Gael*0351 (PID.TID 0000.0001) > /
0352 (PID.TID 0000.0001) >
0353 (PID.TID 0000.0001) ># *********************
0354 (PID.TID 0000.0001) > &EXF_NML_02
0355 (PID.TID 0000.0001) >#
0356 (PID.TID 0000.0001) > hfluxstartdate1 = 19781216,
0357 (PID.TID 0000.0001) > hfluxstartdate2 = 180000,
0358 (PID.TID 0000.0001) > hfluxperiod = 2635200.0,
0359 (PID.TID 0000.0001) >#
0360 (PID.TID 0000.0001) > sfluxstartdate1 = 19781216,
0361 (PID.TID 0000.0001) > sfluxstartdate2 = 180000,
0362 (PID.TID 0000.0001) > sfluxperiod = 2635200.0,
0363 (PID.TID 0000.0001) >#
0364 (PID.TID 0000.0001) > ustressstartdate1 = 19781216,
0365 (PID.TID 0000.0001) > ustressstartdate2 = 180000,
0366 (PID.TID 0000.0001) > ustressperiod = 2635200.0,
0367 (PID.TID 0000.0001) >#
0368 (PID.TID 0000.0001) > vstressstartdate1 = 19781216,
0369 (PID.TID 0000.0001) > vstressstartdate2 = 180000,
0370 (PID.TID 0000.0001) > vstressperiod = 2635200.0,
0371 (PID.TID 0000.0001) >#
0372 (PID.TID 0000.0001) > atempstartdate1 = 19781216,
0373 (PID.TID 0000.0001) > atempstartdate2 = 180000,
0374 (PID.TID 0000.0001) > atempperiod = 2635200.0,
0375 (PID.TID 0000.0001) >#
0376 (PID.TID 0000.0001) > aqhstartdate1 = 19781216,
0377 (PID.TID 0000.0001) > aqhstartdate2 = 180000,
0378 (PID.TID 0000.0001) > aqhperiod = 2635200.0,
0379 (PID.TID 0000.0001) >#
0380 (PID.TID 0000.0001) >#evapstartdate1 = 19781216,
0381 (PID.TID 0000.0001) >#evapstartdate2 = 180000,
0382 (PID.TID 0000.0001) >#evapperiod = 2635200.0,
0383 (PID.TID 0000.0001) >#
0384 (PID.TID 0000.0001) > precipstartdate1 = 19781216,
0385 (PID.TID 0000.0001) > precipstartdate2 = 180000,
0386 (PID.TID 0000.0001) > precipperiod = 2635200.0,
0387 (PID.TID 0000.0001) >#
0388 (PID.TID 0000.0001) > uwindstartdate1 = 19781216,
0389 (PID.TID 0000.0001) > uwindstartdate2 = 180000,
0390 (PID.TID 0000.0001) > uwindperiod = 2635200.0,
0391 (PID.TID 0000.0001) >#
0392 (PID.TID 0000.0001) > vwindstartdate1 = 19781216,
0393 (PID.TID 0000.0001) > vwindstartdate2 = 180000,
0394 (PID.TID 0000.0001) > vwindperiod = 2635200.0,
0395 (PID.TID 0000.0001) >#
0396 (PID.TID 0000.0001) > swfluxstartdate1 = 19781216,
0397 (PID.TID 0000.0001) > swfluxstartdate2 = 180000,
0398 (PID.TID 0000.0001) > swfluxperiod = 2635200.0,
0399 (PID.TID 0000.0001) >#
0400 (PID.TID 0000.0001) > lwfluxstartdate1 = 19781216,
0401 (PID.TID 0000.0001) > lwfluxstartdate2 = 180000,
0402 (PID.TID 0000.0001) > lwfluxperiod = 2635200.0,
0403 (PID.TID 0000.0001) >#
0404 (PID.TID 0000.0001) > swdownstartdate1 = 19781216,
0405 (PID.TID 0000.0001) > swdownstartdate2 = 180000,
0406 (PID.TID 0000.0001) > swdownperiod = 2635200.0,
0407 (PID.TID 0000.0001) >#
0408 (PID.TID 0000.0001) > lwdownstartdate1 = 19781216,
0409 (PID.TID 0000.0001) > lwdownstartdate2 = 180000,
0410 (PID.TID 0000.0001) > lwdownperiod = 2635200.0,
0411 (PID.TID 0000.0001) >#
0412 (PID.TID 0000.0001) > climsststartdate1 = 19781216,
0413 (PID.TID 0000.0001) > climsststartdate2 = 180000,
0414 (PID.TID 0000.0001) > climsstperiod = 2635200.0,
0415 (PID.TID 0000.0001) > climsstTauRelax = 0.0,
0416 (PID.TID 0000.0001) >#
0417 (PID.TID 0000.0001) > climsssstartdate1 = 19781216,
0418 (PID.TID 0000.0001) > climsssstartdate2 = 180000,
0419 (PID.TID 0000.0001) > climsssperiod = 2635200.0,
0420 (PID.TID 0000.0001) > climsssTauRelax = 4142330.0,
0421 (PID.TID 0000.0001) >#
0422 (PID.TID 0000.0001) > hfluxfile = ' ',
0423 (PID.TID 0000.0001) > sfluxfile = ' ',
0424 (PID.TID 0000.0001) > ustressfile = ' ',
0425 (PID.TID 0000.0001) > vstressfile = ' ',
0426 (PID.TID 0000.0001) > atempfile = 'tair.labsea1979',
0427 (PID.TID 0000.0001) > aqhfile = 'qa.labsea1979',
0428 (PID.TID 0000.0001) > uwindfile = 'u10m.labsea1979',
0429 (PID.TID 0000.0001) > vwindfile = 'v10m.labsea1979',
0430 (PID.TID 0000.0001) >#evapfile = 'evap.labsea1979',
0431 (PID.TID 0000.0001) > precipfile = 'prate.labsea1979',
0432 (PID.TID 0000.0001) > lwfluxfile = ' ',
0433 (PID.TID 0000.0001) > swfluxfile = ' ',
0434 (PID.TID 0000.0001) > lwdownfile = 'flo.labsea1979',
0435 (PID.TID 0000.0001) > swdownfile = 'fsh.labsea1979',
0436 (PID.TID 0000.0001) > runoffFile = ' '
0437 (PID.TID 0000.0001) > climsstfile = ' ',
0438 (PID.TID 0000.0001) > climsssfile = 'SSS_monthly.labsea1979',
0439 (PID.TID 0000.0001) >#
0440 (PID.TID 0000.0001) > /
0441 (PID.TID 0000.0001) >
0442 (PID.TID 0000.0001) ># *********************
0443 (PID.TID 0000.0001) > &EXF_NML_03
0444 (PID.TID 0000.0001) > /
0445 (PID.TID 0000.0001) >
0446 (PID.TID 0000.0001) ># *********************
0447 (PID.TID 0000.0001) > &EXF_NML_04
0448 (PID.TID 0000.0001) > /
0449 (PID.TID 0000.0001)
0450 (PID.TID 0000.0001) EXF_READPARMS: reading EXF_NML_01
0451 (PID.TID 0000.0001) EXF_READPARMS: reading EXF_NML_02
0452 (PID.TID 0000.0001) EXF_READPARMS: reading EXF_NML_03
0453 (PID.TID 0000.0001) EXF_READPARMS: finished reading data.exf
9f77f803ec Jean*0454 (PID.TID 0000.0001) KPP_READPARMS: opening data.kpp
b5d2b0306c Jean*0455 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.kpp
0456 (PID.TID 0000.0001) // =======================================================
0457 (PID.TID 0000.0001) // Parameter file "data.kpp"
0458 (PID.TID 0000.0001) // =======================================================
0459 (PID.TID 0000.0001) ># KPP parameters
0460 (PID.TID 0000.0001) > &KPP_PARM01
0461 (PID.TID 0000.0001) > KPPmixingMaps = .FALSE.,
0462 (PID.TID 0000.0001) > KPPwriteState = .TRUE.,
0463 (PID.TID 0000.0001) > KPP_ghatUseTotalDiffus=.TRUE.,
0464 (PID.TID 0000.0001) > /
0465 (PID.TID 0000.0001)
9f77f803ec Jean*0466 (PID.TID 0000.0001) KPP_READPARMS ; starts to read KPP_PARM01
0467 (PID.TID 0000.0001) KPP_READPARMS ; read KPP_PARM01 : OK
0468 (PID.TID 0000.0001) KPP_READPARMS: finished reading data.kpp
72ca2fdbec Jean*0469 (PID.TID 0000.0001) GM_READPARMS: opening data.gmredi
0470 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.gmredi
0471 (PID.TID 0000.0001) // =======================================================
0472 (PID.TID 0000.0001) // Parameter file "data.gmredi"
0473 (PID.TID 0000.0001) // =======================================================
0474 (PID.TID 0000.0001) ># GM+Redi package parameters:
0475 (PID.TID 0000.0001) ># GM_Small_Number :: epsilon used in computing the slope
0476 (PID.TID 0000.0001) ># GM_slopeSqCutoff :: slope^2 cut-off value
0477 (PID.TID 0000.0001) >
0478 (PID.TID 0000.0001) >#-from MOM :
0479 (PID.TID 0000.0001) ># GM_background_K: G & Mc.W diffusion coefficient
0480 (PID.TID 0000.0001) ># GM_maxSlope : max slope of isopycnals
0481 (PID.TID 0000.0001) ># GM_Scrit : transition for scaling diffusion coefficient
0482 (PID.TID 0000.0001) ># GM_Sd : half width scaling for diffusion coefficient
0483 (PID.TID 0000.0001) ># GM_taper_scheme: slope clipping or one of the tapering schemes
0484 (PID.TID 0000.0001) ># GM_Kmin_horiz : horizontal diffusion minimum value
0485 (PID.TID 0000.0001) >
0486 (PID.TID 0000.0001) >#-Option parameters (needs to "define" options in GMREDI_OPTIONS.h")
0487 (PID.TID 0000.0001) ># GM_isopycK : isopycnal diffusion coefficient (default=GM_background_K)
0488 (PID.TID 0000.0001) ># GM_AdvForm : turn on GM Advective form (default=Skew flux form)
0489 (PID.TID 0000.0001) >
0490 (PID.TID 0000.0001) > &GM_PARM01
0491 (PID.TID 0000.0001) > GM_Small_Number = 1.D-20,
0492 (PID.TID 0000.0001) > GM_slopeSqCutoff = 1.D+08,
0493 (PID.TID 0000.0001) > GM_AdvForm = .FALSE.,
0494 (PID.TID 0000.0001) ># GM_isopycK = 1.1D+3,
0495 (PID.TID 0000.0001) ># GM_background_K = 0.9D+3,
0496 (PID.TID 0000.0001) > GM_background_K = 1.D+3,
0497 (PID.TID 0000.0001) > GM_taper_scheme = 'dm95',
0498 (PID.TID 0000.0001) > GM_maxSlope = 1.D-2,
0499 (PID.TID 0000.0001) > GM_Kmin_horiz = 50.,
0500 (PID.TID 0000.0001) > GM_Scrit = 4.D-3,
0501 (PID.TID 0000.0001) > GM_Sd = 1.D-3,
0502 (PID.TID 0000.0001) ># GM_Visbeck_alpha = 1.5D-2,
0503 (PID.TID 0000.0001) > GM_Visbeck_alpha = 0.,
0504 (PID.TID 0000.0001) > GM_Visbeck_length = 2.D+5,
0505 (PID.TID 0000.0001) > GM_Visbeck_depth = 1.D+3,
0506 (PID.TID 0000.0001) > GM_Visbeck_maxval_K= 2.5D+3,
336f905219 Gael*0507 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0508 (PID.TID 0000.0001) >
0509 (PID.TID 0000.0001) >
0510 (PID.TID 0000.0001)
0511 (PID.TID 0000.0001) GM_READPARMS: finished reading data.gmredi
9aa0c46fff Patr*0512 (PID.TID 0000.0001) DWNSLP_READPARMS: opening data.down_slope
0513 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.down_slope
0514 (PID.TID 0000.0001) // =======================================================
0515 (PID.TID 0000.0001) // Parameter file "data.down_slope"
0516 (PID.TID 0000.0001) // =======================================================
0517 (PID.TID 0000.0001) ># DOWN_SLOPE package parameters (lines beginning "#" are comments):
0518 (PID.TID 0000.0001) ># DWNSLP_slope :: fixed slope (=0 => use the local slope)
0519 (PID.TID 0000.0001) ># DWNSLP_rec_mu :: reciprol friction parameter (unit = time scale [s])
0520 (PID.TID 0000.0001) ># used to compute the flow: U=dy*dz*(slope * g/mu * dRho / rho0)
0521 (PID.TID 0000.0001) ># dwnslp_drFlow :: max. thickness [m] of the effective downsloping flow layer
0522 (PID.TID 0000.0001) > &DWNSLP_PARM01
0523 (PID.TID 0000.0001) > DWNSLP_slope = 5.E-3,
0524 (PID.TID 0000.0001) > DWNSLP_rec_mu= 1.E+4,
0525 (PID.TID 0000.0001) > DWNSLP_drFlow= 30.,
0526 (PID.TID 0000.0001) ># temp_useDWNSLP=.FALSE.,
0527 (PID.TID 0000.0001) ># salt_useDWNSLP=.FALSE.,
336f905219 Gael*0528 (PID.TID 0000.0001) > /
9aa0c46fff Patr*0529 (PID.TID 0000.0001)
0530 (PID.TID 0000.0001) DWNSLP_READPARMS: finished reading data.downslp
0531 (PID.TID 0000.0001) DWNSLP_slope = /* DOWNSLP fixed slope (=0 => use local slope) */
0532 (PID.TID 0000.0001) 5.000000000000000E-03
0533 (PID.TID 0000.0001) ;
0534 (PID.TID 0000.0001) DWNSLP_rec_mu = /* DOWNSLP recip. friction parameter (time, s ) */
0535 (PID.TID 0000.0001) 1.000000000000000E+04
0536 (PID.TID 0000.0001) ;
0537 (PID.TID 0000.0001) DWNSLP_drFlow = /* DOWNSLP effective layer thickness ( m ) */
0538 (PID.TID 0000.0001) 3.000000000000000E+01
0539 (PID.TID 0000.0001) ;
72ca2fdbec Jean*0540 (PID.TID 0000.0001)
0541 (PID.TID 0000.0001) SEAICE_READPARMS: opening data.seaice
0542 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.seaice
0543 (PID.TID 0000.0001) // =======================================================
0544 (PID.TID 0000.0001) // Parameter file "data.seaice"
0545 (PID.TID 0000.0001) // =======================================================
0546 (PID.TID 0000.0001) ># SEAICE parameters
0547 (PID.TID 0000.0001) > &SEAICE_PARM01
0548 (PID.TID 0000.0001) > SEAICE_initialHEFF = 1.0,
0549 (PID.TID 0000.0001) > SEAICE_deltaTtherm = 3600.,
0550 (PID.TID 0000.0001) > SEAICE_deltaTdyn = 3600.,
0551 (PID.TID 0000.0001) > SEAICEuseDYNAMICS =.TRUE.,
eb2516526e Patr*0552 (PID.TID 0000.0001) >#-- According to Martin, SEAICE_clipVelocities is not recommended
0553 (PID.TID 0000.0001) ># SEAICE_clipVelocities=.TRUE.,
0554 (PID.TID 0000.0001) > SEAICEadvSalt =.FALSE.,
0555 (PID.TID 0000.0001) >#-- above: to reproduce old results
72ca2fdbec Jean*0556 (PID.TID 0000.0001) > LSR_ERROR = 1.E-6,
b579cba1b9 Patr*0557 (PID.TID 0000.0001) >### SEAICE_deltaTevp = 60,
72ca2fdbec Jean*0558 (PID.TID 0000.0001) > SEAICE_EPS = 1.E-8,
074aa2a738 Gael*0559 (PID.TID 0000.0001) > SEAICE_multDim = 7,
f5a4d74210 Gael*0560 (PID.TID 0000.0001) >#- to reproduce old results with former #defined SEAICE_SOLVE4TEMP_LEGACY code
0561 (PID.TID 0000.0001) > useMaykutSatVapPoly = .TRUE.,
0562 (PID.TID 0000.0001) > postSolvTempIter = 0,
074aa2a738 Gael*0563 (PID.TID 0000.0001) >#- paramaters from SEAICE_GROWTH_LEGACY branch
b5d2b0306c Jean*0564 (PID.TID 0000.0001) > SEAICE_doOpenWaterGrowth=.FALSE.,
0565 (PID.TID 0000.0001) > SEAICE_doOpenWaterMelt=.FALSE.,
0566 (PID.TID 0000.0001) > SEAICE_areaGainFormula=2,
0567 (PID.TID 0000.0001) > SEAICE_areaLossFormula=3,
074aa2a738 Gael*0568 (PID.TID 0000.0001) >#
429e10e0eb Patr*0569 (PID.TID 0000.0001) > SEAICE_saltFrac = 0.3,
e423074cd0 Gael*0570 (PID.TID 0000.0001) > SEAICE_tempFrz0 = -1.96,
0571 (PID.TID 0000.0001) > SEAICE_dTempFrz_dS = 0.,
eb2516526e Patr*0572 (PID.TID 0000.0001) > SEAICE_availHeatFrac = 0.8,
4684c345dd Jean*0573 (PID.TID 0000.0001) > SEAICEdiffKhArea = 200.,
633485aebb Jean*0574 (PID.TID 0000.0001) > SEAICEwriteState = .TRUE.,
72ca2fdbec Jean*0575 (PID.TID 0000.0001) ># SEAICE_tave_mnc = .FALSE.,
0576 (PID.TID 0000.0001) ># SEAICE_dump_mnc = .FALSE.,
0577 (PID.TID 0000.0001) ># SEAICE_mon_mnc = .FALSE.,
4a08d54d3a Mart*0578 (PID.TID 0000.0001) ># old defaults
0579 (PID.TID 0000.0001) > SEAICEadvScheme = 2,
0580 (PID.TID 0000.0001) > SEAICEscaleSurfStress = .FALSE.,
0581 (PID.TID 0000.0001) > SEAICEaddSnowMass = .FALSE.,
0582 (PID.TID 0000.0001) > SEAICE_useMultDimSnow = .FALSE.,
0583 (PID.TID 0000.0001) > SEAICEetaZmethod = 0,
0584 (PID.TID 0000.0001) > SEAICE_Olx = 0,
0585 (PID.TID 0000.0001) > SEAICE_Oly = 0,
0586 (PID.TID 0000.0001) > SEAICE_drag = 0.002,
0587 (PID.TID 0000.0001) > SEAICE_waterDrag = 0.005355404089581304,
336f905219 Gael*0588 (PID.TID 0000.0001) > /
633485aebb Jean*0589 (PID.TID 0000.0001) >
72ca2fdbec Jean*0590 (PID.TID 0000.0001) > &SEAICE_PARM02
fae4a9197e Jean*0591 (PID.TID 0000.0001) ># currently COST_ICE_TEST is undefined in SEAICE_OPTIONS.h,
0592 (PID.TID 0000.0001) ># so that none of these parameters are used and the cost function
0593 (PID.TID 0000.0001) ># contribution by sea ice is zero (f_ice = 0.)
72ca2fdbec Jean*0594 (PID.TID 0000.0001) > mult_ice = 1.,
0595 (PID.TID 0000.0001) ># choose which seaice cost term you want
0596 (PID.TID 0000.0001) > cost_ice_flag = 1,
0597 (PID.TID 0000.0001) ># the following timings are obsolete;
0598 (PID.TID 0000.0001) ># replaced by lastinterval
0599 (PID.TID 0000.0001) > costIceStart1 = 20000101,
0600 (PID.TID 0000.0001) > costIceStart2 = 00000,
0601 (PID.TID 0000.0001) > costIceEnd1 = 20000201,
0602 (PID.TID 0000.0001) > costIceEnd2 = 00000,
336f905219 Gael*0603 (PID.TID 0000.0001) > /
633485aebb Jean*0604 (PID.TID 0000.0001) >
0605 (PID.TID 0000.0001) > &SEAICE_PARM03
0606 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0607 (PID.TID 0000.0001)
0608 (PID.TID 0000.0001) SEAICE_READPARMS: finished reading data.seaice
074aa2a738 Gael*0609 (PID.TID 0000.0001) AUTODIFF_READPARMS: opening data.autodiff
0610 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.autodiff
0611 (PID.TID 0000.0001) // =======================================================
0612 (PID.TID 0000.0001) // Parameter file "data.autodiff"
0613 (PID.TID 0000.0001) // =======================================================
0614 (PID.TID 0000.0001) ># =========================
0615 (PID.TID 0000.0001) ># pkg AUTODIFF parameters :
0616 (PID.TID 0000.0001) ># =========================
0617 (PID.TID 0000.0001) ># inAdExact :: get an exact adjoint (no approximation) (def=.True.)
0618 (PID.TID 0000.0001) >#
0619 (PID.TID 0000.0001) > &AUTODIFF_PARM01
0620 (PID.TID 0000.0001) ># inAdExact = .FALSE.,
0621 (PID.TID 0000.0001) ># useKPPinAdMode = .FALSE.,
0622 (PID.TID 0000.0001) ># useGMRediInAdMode = .FALSE.,
0623 (PID.TID 0000.0001) > /
0624 (PID.TID 0000.0001)
0625 (PID.TID 0000.0001) AUTODIFF_READPARMS: finished reading data.autodiff
0626 (PID.TID 0000.0001) // ===================================
0627 (PID.TID 0000.0001) // AUTODIFF parameters :
0628 (PID.TID 0000.0001) // ===================================
0629 (PID.TID 0000.0001) inAdExact = /* get an exact adjoint (no approximation) */
0630 (PID.TID 0000.0001) T
0631 (PID.TID 0000.0001) ;
efbf3d050e Jean*0632 (PID.TID 0000.0001) useApproxAdvectionInAdMode = /* approximate AD-advection */
0633 (PID.TID 0000.0001) F
0634 (PID.TID 0000.0001) ;
fae4a9197e Jean*0635 (PID.TID 0000.0001) cg2dFullAdjoint = /* use full hand written cg2d adjoint (no approximation) */
0636 (PID.TID 0000.0001) F
0637 (PID.TID 0000.0001) ;
074aa2a738 Gael*0638 (PID.TID 0000.0001) useKPPinAdMode = /* use KPP in adjoint mode */
0639 (PID.TID 0000.0001) T
0640 (PID.TID 0000.0001) ;
0641 (PID.TID 0000.0001) useGMRediInAdMode = /* use GMRedi in adjoint mode */
0642 (PID.TID 0000.0001) T
0643 (PID.TID 0000.0001) ;
0644 (PID.TID 0000.0001) useSEAICEinAdMode = /* use SEAICE in adjoint mode */
0645 (PID.TID 0000.0001) T
0646 (PID.TID 0000.0001) ;
0647 (PID.TID 0000.0001) useGGL90inAdMode = /* use GGL90 in adjoint mode */
0648 (PID.TID 0000.0001) F
0649 (PID.TID 0000.0001) ;
0650 (PID.TID 0000.0001) useSALT_PLUMEinAdMode = /* use SALT_PLUME in adjoint mode */
0651 (PID.TID 0000.0001) F
0652 (PID.TID 0000.0001) ;
0653 (PID.TID 0000.0001) SEAICEuseDYNAMICSswitchInAd = /* switch On/Off SEAICE Dyn in AD mode */
0654 (PID.TID 0000.0001) F
0655 (PID.TID 0000.0001) ;
0656 (PID.TID 0000.0001) SEAICEuseFREEDRIFTswitchInAd= /* switch On/Off Free-Drift in AD mode */
0657 (PID.TID 0000.0001) F
0658 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*0659 (PID.TID 0000.0001) SEAICEapproxLevInAd = /* -1:SEAICE_FAKE, >0:other adjoint approximation */
0660 (PID.TID 0000.0001) 0
0661 (PID.TID 0000.0001) ;
074aa2a738 Gael*0662 (PID.TID 0000.0001) dumpAdVarExch = /* control adexch before dumpinp */
0663 (PID.TID 0000.0001) 2
0664 (PID.TID 0000.0001) ;
0665 (PID.TID 0000.0001) mon_AdVarExch = /* control adexch before monitor */
0666 (PID.TID 0000.0001) 2
0667 (PID.TID 0000.0001) ;
efbf3d050e Jean*0668 (PID.TID 0000.0001) viscFacInFw = /* viscosity factor for forward model */
0669 (PID.TID 0000.0001) 1.000000000000000E+00
0670 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*0671 (PID.TID 0000.0001) viscFacInAd = /* viscosity factor for adjoint */
0672 (PID.TID 0000.0001) 1.000000000000000E+00
0673 (PID.TID 0000.0001) ;
4a08d54d3a Mart*0674 (PID.TID 0000.0001) SIregFacInAd = /* sea ice factor for adjoint model */
0675 (PID.TID 0000.0001) 1.234567000000000E+05
0676 (PID.TID 0000.0001) ;
0677 (PID.TID 0000.0001) SIregFacInFw = /* sea ice factor for forward model */
0678 (PID.TID 0000.0001) 1.234567000000000E+05
0679 (PID.TID 0000.0001) ;
074aa2a738 Gael*0680 (PID.TID 0000.0001)
f5a4d74210 Gael*0681 (PID.TID 0000.0001) OPTIM_READPARMS: opening data.optim
0682 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.optim
0683 (PID.TID 0000.0001) // =======================================================
0684 (PID.TID 0000.0001) // Parameter file "data.optim"
0685 (PID.TID 0000.0001) // =======================================================
0686 (PID.TID 0000.0001) >#
0687 (PID.TID 0000.0001) ># ********************************
0688 (PID.TID 0000.0001) ># Off-line optimization parameters
0689 (PID.TID 0000.0001) ># ********************************
0690 (PID.TID 0000.0001) > &OPTIM
0691 (PID.TID 0000.0001) > optimcycle=0,
0692 (PID.TID 0000.0001) > /
72ca2fdbec Jean*0693 (PID.TID 0000.0001)
f5a4d74210 Gael*0694 (PID.TID 0000.0001) OPTIM_READPARMS: finished reading data.optim
0695 (PID.TID 0000.0001) CTRL_READPARMS: opening data.ctrl
0696 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.ctrl
72ca2fdbec Jean*0697 (PID.TID 0000.0001) // =======================================================
f5a4d74210 Gael*0698 (PID.TID 0000.0001) // Parameter file "data.ctrl"
0699 (PID.TID 0000.0001) // =======================================================
0700 (PID.TID 0000.0001) >#
0701 (PID.TID 0000.0001) >#
0702 (PID.TID 0000.0001) ># *********************
0703 (PID.TID 0000.0001) ># ECCO controlvariables
0704 (PID.TID 0000.0001) ># *********************
0705 (PID.TID 0000.0001) > &CTRL_NML
5bc996898d Mart*0706 (PID.TID 0000.0001) ># write control variables into a separate directory
0707 (PID.TID 0000.0001) > ctrlDir = './ctrl_variables',
fae4a9197e Jean*0708 (PID.TID 0000.0001) > /
f5a4d74210 Gael*0709 (PID.TID 0000.0001) >#
fae4a9197e Jean*0710 (PID.TID 0000.0001) ># *********************
0711 (PID.TID 0000.0001) ># names for ctrl_pack/unpack
0712 (PID.TID 0000.0001) ># *********************
0713 (PID.TID 0000.0001) > &CTRL_PACKNAMES
0714 (PID.TID 0000.0001) > /
f5a4d74210 Gael*0715 (PID.TID 0000.0001) >#
fae4a9197e Jean*0716 (PID.TID 0000.0001) ># *********************
0717 (PID.TID 0000.0001) ># names for CTRL_GENARR, CTRL_GENTIM
0718 (PID.TID 0000.0001) ># *********************
0719 (PID.TID 0000.0001) > &CTRL_NML_GENARR
0720 (PID.TID 0000.0001) > xx_genarr3d_file(1) = 'xx_theta',
0721 (PID.TID 0000.0001) > xx_genarr3d_weight(1) = 'ones_64b.bin',
0722 (PID.TID 0000.0001) > xx_genarr3d_bounds(1:5,1) = -2.,-1.9,39.,40.,5.,
0723 (PID.TID 0000.0001) >#mult_genarr3d(1) = 1.0,
f5a4d74210 Gael*0724 (PID.TID 0000.0001) >#
fae4a9197e Jean*0725 (PID.TID 0000.0001) > xx_genarr3d_file(2) = 'xx_salt',
0726 (PID.TID 0000.0001) > xx_genarr3d_weight(2) = 'ones_64b.bin',
0727 (PID.TID 0000.0001) > xx_genarr3d_bounds(1:5,2) = 29.,29.5,40.5,41.,5.,
0728 (PID.TID 0000.0001) >#mult_genarr3d(2) = 1.0,
f5a4d74210 Gael*0729 (PID.TID 0000.0001) >#
fae4a9197e Jean*0730 (PID.TID 0000.0001) > xx_genarr2d_file(1) = 'xx_siarea',
0731 (PID.TID 0000.0001) > xx_genarr2d_weight(1) = 'ones_64b.bin',
0732 (PID.TID 0000.0001) >#xx_genarr2d_bounds(1:5,1) = 0.,0.,1.,1.,0.,
0733 (PID.TID 0000.0001) >#mult_genarr2d(1) = 1.0,
f5a4d74210 Gael*0734 (PID.TID 0000.0001) >#
fae4a9197e Jean*0735 (PID.TID 0000.0001) > xx_genarr2d_file(2) = 'xx_siheff',
0736 (PID.TID 0000.0001) > xx_genarr2d_weight(2) = 'ones_64b.bin',
0737 (PID.TID 0000.0001) >#xx_genarr2d_bounds(1:5,2) = 0.,0.,1.,1.,0.,
0738 (PID.TID 0000.0001) >#mult_genarr2d(2) = 1.0,
f5a4d74210 Gael*0739 (PID.TID 0000.0001) >#
fae4a9197e Jean*0740 (PID.TID 0000.0001) > xx_gentim2d_file(1) = 'xx_atemp',
0741 (PID.TID 0000.0001) > xx_gentim2d_weight(1) = 'ones_64b.bin',
0742 (PID.TID 0000.0001) > xx_gentim2d_startdate1(1) = 19790101,
0743 (PID.TID 0000.0001) > xx_gentim2d_startdate2(1) = 000000,
0744 (PID.TID 0000.0001) > xx_gentim2d_period(1) = 864000.0,
0745 (PID.TID 0000.0001) >#mult_gentim2d(9) = 1.0,
f5a4d74210 Gael*0746 (PID.TID 0000.0001) >#
fae4a9197e Jean*0747 (PID.TID 0000.0001) > xx_gentim2d_file(2) = 'xx_aqh',
0748 (PID.TID 0000.0001) > xx_gentim2d_weight(2) = 'ones_64b.bin',
0749 (PID.TID 0000.0001) > xx_gentim2d_startdate1(2) = 19790101,
0750 (PID.TID 0000.0001) > xx_gentim2d_startdate2(2) = 000000,
0751 (PID.TID 0000.0001) > xx_gentim2d_period(2) = 864000.0,
0752 (PID.TID 0000.0001) >#mult_gentim2d(9) = 1.0,
f5a4d74210 Gael*0753 (PID.TID 0000.0001) >#
fae4a9197e Jean*0754 (PID.TID 0000.0001) > xx_gentim2d_file(3) = 'xx_precip',
0755 (PID.TID 0000.0001) > xx_gentim2d_weight(3) = 'ones_64b.bin',
0756 (PID.TID 0000.0001) > xx_gentim2d_startdate1(3) = 19790101,
0757 (PID.TID 0000.0001) > xx_gentim2d_startdate2(3) = 000000,
0758 (PID.TID 0000.0001) > xx_gentim2d_period(3) = 864000.0,
0759 (PID.TID 0000.0001) >#mult_gentim2d(9) = 1.0,
f5a4d74210 Gael*0760 (PID.TID 0000.0001) >#
fae4a9197e Jean*0761 (PID.TID 0000.0001) > xx_gentim2d_file(4) = 'xx_snowprecip',
0762 (PID.TID 0000.0001) > xx_gentim2d_weight(4) = 'ones_64b.bin',
0763 (PID.TID 0000.0001) > xx_gentim2d_startdate1(4) = 19790101,
0764 (PID.TID 0000.0001) > xx_gentim2d_startdate2(4) = 000000,
0765 (PID.TID 0000.0001) > xx_gentim2d_period(4) = 864000.0,
0766 (PID.TID 0000.0001) >#mult_gentim2d(9) = 1.0,
f5a4d74210 Gael*0767 (PID.TID 0000.0001) >#
fae4a9197e Jean*0768 (PID.TID 0000.0001) > xx_gentim2d_file(5) = 'xx_swdown',
0769 (PID.TID 0000.0001) > xx_gentim2d_weight(5) = 'ones_64b.bin',
0770 (PID.TID 0000.0001) > xx_gentim2d_startdate1(5) = 19790101,
0771 (PID.TID 0000.0001) > xx_gentim2d_startdate2(5) = 000000,
0772 (PID.TID 0000.0001) > xx_gentim2d_period(5) = 864000.0,
0773 (PID.TID 0000.0001) >#mult_gentim2d(9) = 1.0,
f5a4d74210 Gael*0774 (PID.TID 0000.0001) >#
fae4a9197e Jean*0775 (PID.TID 0000.0001) > xx_gentim2d_file(6) = 'xx_lwdown',
0776 (PID.TID 0000.0001) > xx_gentim2d_weight(6) = 'ones_64b.bin',
0777 (PID.TID 0000.0001) > xx_gentim2d_startdate1(6) = 19790101,
0778 (PID.TID 0000.0001) > xx_gentim2d_startdate2(6) = 000000,
0779 (PID.TID 0000.0001) > xx_gentim2d_period(6) = 864000.0,
0780 (PID.TID 0000.0001) >#mult_gentim2d(9) = 1.0,
074aa2a738 Gael*0781 (PID.TID 0000.0001) >#
fae4a9197e Jean*0782 (PID.TID 0000.0001) > xx_gentim2d_file(7) = 'xx_uwind',
0783 (PID.TID 0000.0001) > xx_gentim2d_weight(7) = 'ones_64b.bin',
0784 (PID.TID 0000.0001) > xx_gentim2d_startdate1(7) = 19790101,
0785 (PID.TID 0000.0001) > xx_gentim2d_startdate2(7) = 000000,
0786 (PID.TID 0000.0001) > xx_gentim2d_period(7) = 864000.0,
0787 (PID.TID 0000.0001) >#mult_gentim2d(9) = 1.0,
074aa2a738 Gael*0788 (PID.TID 0000.0001) >#
fae4a9197e Jean*0789 (PID.TID 0000.0001) > xx_gentim2d_file(8) = 'xx_vwind',
0790 (PID.TID 0000.0001) > xx_gentim2d_weight(8) = 'ones_64b.bin',
0791 (PID.TID 0000.0001) > xx_gentim2d_startdate1(8) = 19790101,
0792 (PID.TID 0000.0001) > xx_gentim2d_startdate2(8) = 000000,
0793 (PID.TID 0000.0001) > xx_gentim2d_period(8) = 864000.0,
0794 (PID.TID 0000.0001) >#mult_gentim2d(9) = 1.0,
074aa2a738 Gael*0795 (PID.TID 0000.0001) >#
fae4a9197e Jean*0796 (PID.TID 0000.0001) > xx_gentim2d_file(9) = 'xx_apressure',
0797 (PID.TID 0000.0001) > xx_gentim2d_weight(9) = 'ones_64b.bin',
0798 (PID.TID 0000.0001) > xx_gentim2d_startdate1(9) = 19790101,
0799 (PID.TID 0000.0001) > xx_gentim2d_startdate2(9) = 000000,
0800 (PID.TID 0000.0001) > xx_gentim2d_period(9) = 864000.0,
0801 (PID.TID 0000.0001) >#mult_gentim2d(9) = 1.0,
f5a4d74210 Gael*0802 (PID.TID 0000.0001) >#
0803 (PID.TID 0000.0001) > /
0804 (PID.TID 0000.0001)
0805 (PID.TID 0000.0001) CTRL_READPARMS: finished reading data.ctrl
5bc996898d Mart*0806 ==> SYSTEM CALL (from CTRL_READPARMS): > mkdir -p ./ctrl_variables <
0807 (PID.TID 0000.0001) read-write ctrl files from ./ctrl_variables
f5a4d74210 Gael*0808 (PID.TID 0000.0001) COST_READPARMS: opening data.cost
0809 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.cost
0810 (PID.TID 0000.0001) // =======================================================
0811 (PID.TID 0000.0001) // Parameter file "data.cost"
0812 (PID.TID 0000.0001) // =======================================================
0813 (PID.TID 0000.0001) >#
0814 (PID.TID 0000.0001) >#
0815 (PID.TID 0000.0001) ># ******************
0816 (PID.TID 0000.0001) ># cost function
0817 (PID.TID 0000.0001) ># ******************
0818 (PID.TID 0000.0001) > &COST_NML
0819 (PID.TID 0000.0001) > /
0820 (PID.TID 0000.0001)
0821 (PID.TID 0000.0001) COST_READPARMS: finished reading data.cost
0822 (PID.TID 0000.0001) GRDCHK_READPARMS: opening data.grdchk
0823 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.grdchk
0824 (PID.TID 0000.0001) // =======================================================
0825 (PID.TID 0000.0001) // Parameter file "data.grdchk"
0826 (PID.TID 0000.0001) // =======================================================
0827 (PID.TID 0000.0001) >
0828 (PID.TID 0000.0001) ># *******************
0829 (PID.TID 0000.0001) ># ECCO gradient check
0830 (PID.TID 0000.0001) ># *******************
0831 (PID.TID 0000.0001) > &GRDCHK_NML
5bc996898d Mart*0832 (PID.TID 0000.0001) > grdchk_eps = 1.d-3,
f5a4d74210 Gael*0833 (PID.TID 0000.0001) ># nbeg = 4,
0834 (PID.TID 0000.0001) > iGloPos = 4,
0835 (PID.TID 0000.0001) > jGloPos = 8,
0836 (PID.TID 0000.0001) > kGloPos = 1,
0837 (PID.TID 0000.0001) > nstep = 1,
0838 (PID.TID 0000.0001) > nend = 4,
fae4a9197e Jean*0839 (PID.TID 0000.0001) > grdchkvarindex = 301,
f5a4d74210 Gael*0840 (PID.TID 0000.0001) > /
0841 (PID.TID 0000.0001)
0842 (PID.TID 0000.0001) GRDCHK_READPARMS: finished reading data.grdchk
0843 (PID.TID 0000.0001)
0844 (PID.TID 0000.0001) // =======================================================
0845 (PID.TID 0000.0001) // Gradient check configuration >>> START <<<
0846 (PID.TID 0000.0001) // =======================================================
0847 (PID.TID 0000.0001)
fae4a9197e Jean*0848 (PID.TID 0000.0001) grdchkvarindex : 301
5bc996898d Mart*0849 (PID.TID 0000.0001) eps: 0.100E-02
f5a4d74210 Gael*0850 (PID.TID 0000.0001) First location: 0
0851 (PID.TID 0000.0001) Last location: 4
0852 (PID.TID 0000.0001) Increment: 1
0853 (PID.TID 0000.0001) grdchkWhichProc: 0
0854 (PID.TID 0000.0001) iLocTile = 1 , jLocTile = 1
0855 (PID.TID 0000.0001)
0856 (PID.TID 0000.0001) // =======================================================
0857 (PID.TID 0000.0001) // Gradient check configuration >>> END <<<
0858 (PID.TID 0000.0001) // =======================================================
0859 (PID.TID 0000.0001)
0860 (PID.TID 0000.0001) ECCO_READPARMS: opening data.ecco
0861 (PID.TID 0000.0001) OPEN_COPY_DATA_FILE: opening file data.ecco
72ca2fdbec Jean*0862 (PID.TID 0000.0001) // =======================================================
f5a4d74210 Gael*0863 (PID.TID 0000.0001) // Parameter file "data.ecco"
0864 (PID.TID 0000.0001) // =======================================================
0865 (PID.TID 0000.0001) ># ******************
0866 (PID.TID 0000.0001) ># ECCO cost function
0867 (PID.TID 0000.0001) ># ******************
0868 (PID.TID 0000.0001) > &ECCO_COST_NML
fae4a9197e Jean*0869 (PID.TID 0000.0001) > cost_iprec = 64,
0870 (PID.TID 0000.0001) > /
0871 (PID.TID 0000.0001) >
0872 (PID.TID 0000.0001) > &ECCO_GENCOST_NML
0873 (PID.TID 0000.0001) > gencost_avgperiod(1) = 'month',
0874 (PID.TID 0000.0001) > gencost_barfile(1) = 'm_theta_month',
0875 (PID.TID 0000.0001) > gencost_datafile(1) = 'labsea_Lev.ptmp',
0876 (PID.TID 0000.0001) > gencost_errfile(1) = 'sigma_theta.bin',
0877 (PID.TID 0000.0001) > gencost_name(1) = 'theta',
0878 (PID.TID 0000.0001) > gencost_spmin(1) = -1.8,
0879 (PID.TID 0000.0001) > gencost_spmax(1) = 40.,
0880 (PID.TID 0000.0001) > gencost_spzero(1) = 0.,
0881 (PID.TID 0000.0001) > gencost_outputlevel(1)=1,
0882 (PID.TID 0000.0001) > mult_gencost(1) = 1.,
f5a4d74210 Gael*0883 (PID.TID 0000.0001) >#
fae4a9197e Jean*0884 (PID.TID 0000.0001) > gencost_avgperiod(2) = 'month',
0885 (PID.TID 0000.0001) > gencost_barfile(2) = 'm_salt_month',
0886 (PID.TID 0000.0001) > gencost_datafile(2) = 'labsea_Lev.salt',
0887 (PID.TID 0000.0001) > gencost_errfile(2) = 'sigma_salt.bin',
0888 (PID.TID 0000.0001) > gencost_name(2) = 'salt',
0889 (PID.TID 0000.0001) > gencost_spmin(2) = 25.,
0890 (PID.TID 0000.0001) > gencost_spmax(2) = 40.,
0891 (PID.TID 0000.0001) > gencost_spzero(2) = 0.,
0892 (PID.TID 0000.0001) > gencost_outputlevel(2)=1,
0893 (PID.TID 0000.0001) > mult_gencost(2) = 1.,
f5a4d74210 Gael*0894 (PID.TID 0000.0001) >#
fae4a9197e Jean*0895 (PID.TID 0000.0001) > gencost_avgperiod(3) = 'month',
0896 (PID.TID 0000.0001) > gencost_barfile(3) = 'm_sst_month',
0897 (PID.TID 0000.0001) > gencost_datafile(3) = 'labsea_SST_fields',
0898 (PID.TID 0000.0001) > gencost_errfile(3) = 'sigma_sst.bin',
0899 (PID.TID 0000.0001) > gencost_name(3) = 'sst',
0900 (PID.TID 0000.0001) > gencost_startdate1(3) = 19790101,
0901 (PID.TID 0000.0001) > gencost_startdate2(3) = 00000,
0902 (PID.TID 0000.0001) > gencost_spmin(3) = -1.8,
0903 (PID.TID 0000.0001) > gencost_spmax(3) = 40.,
0904 (PID.TID 0000.0001) > gencost_spzero(3) = 0.,
0905 (PID.TID 0000.0001) > gencost_outputlevel(3)=1,
0906 (PID.TID 0000.0001) > mult_gencost(3) = 1.,
f5a4d74210 Gael*0907 (PID.TID 0000.0001) >#
fae4a9197e Jean*0908 (PID.TID 0000.0001) > gencost_avgperiod(4) = 'month',
0909 (PID.TID 0000.0001) > gencost_barfile(4) = 'm_eta_month',
0910 (PID.TID 0000.0001) > gencost_preproc(1,4) = 'mean',
0911 (PID.TID 0000.0001) > gencost_preproc(2,4) = 'offset',
0912 (PID.TID 0000.0001) > gencost_preproc(3,4) = 'mindepth',
0913 (PID.TID 0000.0001) > gencost_preproc_r(3,4) = -200.,
0914 (PID.TID 0000.0001) > gencost_datafile(4) = 'labsea_TP_mean_meters',
0915 (PID.TID 0000.0001) > gencost_errfile(4) = 'ones_64b.bin',
0916 (PID.TID 0000.0001) > gencost_name(4) = 'mdt',
0917 (PID.TID 0000.0001) > gencost_startdate1(4) = 19790101,
0918 (PID.TID 0000.0001) > gencost_startdate2(4) = 000000,
0919 (PID.TID 0000.0001) > gencost_spmin(4) = -4.,
0920 (PID.TID 0000.0001) > gencost_spmax(4) = 4.,
0921 (PID.TID 0000.0001) > gencost_spzero(4) = -9999.0,
0922 (PID.TID 0000.0001) > gencost_outputlevel(4)=5,
0923 (PID.TID 0000.0001) > mult_gencost(4) = 1.,
f5a4d74210 Gael*0924 (PID.TID 0000.0001) > /
0925 (PID.TID 0000.0001)
0926 (PID.TID 0000.0001) ECCO_READPARMS: finished reading #1: ecco_cost_nml
fae4a9197e Jean*0927 (PID.TID 0000.0001) ECCO_READPARMS: finished reading #2: ecco_gencost_nml
f5a4d74210 Gael*0928 (PID.TID 0000.0001) ECCO_READPARMS: done
0929 (PID.TID 0000.0001) SET_PARMS: done
0930 (PID.TID 0000.0001) Enter INI_VERTICAL_GRID: setInterFDr= T ; setCenterDr= F
0931 (PID.TID 0000.0001) %MON XC_max = 3.1900000000000E+02
0932 (PID.TID 0000.0001) %MON XC_min = 2.8100000000000E+02
0933 (PID.TID 0000.0001) %MON XC_mean = 3.0000000000000E+02
0934 (PID.TID 0000.0001) %MON XC_sd = 1.1532562594671E+01
0935 (PID.TID 0000.0001) %MON XG_max = 3.1800000000000E+02
0936 (PID.TID 0000.0001) %MON XG_min = 2.8000000000000E+02
0937 (PID.TID 0000.0001) %MON XG_mean = 2.9900000000000E+02
0938 (PID.TID 0000.0001) %MON XG_sd = 1.1532562594671E+01
0939 (PID.TID 0000.0001) %MON DXC_max = 1.5166951523772E+05
0940 (PID.TID 0000.0001) %MON DXC_min = 5.0026831972764E+04
0941 (PID.TID 0000.0001) %MON DXC_mean = 1.0305926321463E+05
0942 (PID.TID 0000.0001) %MON DXC_sd = 3.1375805318756E+04
0943 (PID.TID 0000.0001) %MON DXF_max = 1.5166951523772E+05
0944 (PID.TID 0000.0001) %MON DXF_min = 5.0026831972764E+04
0945 (PID.TID 0000.0001) %MON DXF_mean = 1.0305926321463E+05
0946 (PID.TID 0000.0001) %MON DXF_sd = 3.1375805318756E+04
0947 (PID.TID 0000.0001) %MON DXG_max = 1.5448497309243E+05
0948 (PID.TID 0000.0001) %MON DXG_min = 5.3800974869835E+04
0949 (PID.TID 0000.0001) %MON DXG_mean = 1.0642630187324E+05
0950 (PID.TID 0000.0001) %MON DXG_sd = 3.1081829200899E+04
0951 (PID.TID 0000.0001) %MON DXV_max = 1.5448497309243E+05
0952 (PID.TID 0000.0001) %MON DXV_min = 5.3800974869835E+04
0953 (PID.TID 0000.0001) %MON DXV_mean = 1.0642630187324E+05
0954 (PID.TID 0000.0001) %MON DXV_sd = 3.1081829200899E+04
0955 (PID.TID 0000.0001) %MON YC_max = 7.7000000000000E+01
0956 (PID.TID 0000.0001) %MON YC_min = 4.7000000000000E+01
0957 (PID.TID 0000.0001) %MON YC_mean = 6.2000000000000E+01
0958 (PID.TID 0000.0001) %MON YC_sd = 9.2195444572929E+00
0959 (PID.TID 0000.0001) %MON YG_max = 7.6000000000000E+01
0960 (PID.TID 0000.0001) %MON YG_min = 4.6000000000000E+01
0961 (PID.TID 0000.0001) %MON YG_mean = 6.1000000000000E+01
0962 (PID.TID 0000.0001) %MON YG_sd = 9.2195444572929E+00
0963 (PID.TID 0000.0001) %MON DYC_max = 2.2238985328912E+05
0964 (PID.TID 0000.0001) %MON DYC_min = 2.2238985328912E+05
0965 (PID.TID 0000.0001) %MON DYC_mean = 2.2238985328912E+05
0966 (PID.TID 0000.0001) %MON DYC_sd = 1.4551915228367E-10
0967 (PID.TID 0000.0001) %MON DYF_max = 2.2238985328912E+05
0968 (PID.TID 0000.0001) %MON DYF_min = 2.2238985328912E+05
0969 (PID.TID 0000.0001) %MON DYF_mean = 2.2238985328912E+05
0970 (PID.TID 0000.0001) %MON DYF_sd = 1.4551915228367E-10
0971 (PID.TID 0000.0001) %MON DYG_max = 2.2238985328912E+05
0972 (PID.TID 0000.0001) %MON DYG_min = 2.2238985328912E+05
0973 (PID.TID 0000.0001) %MON DYG_mean = 2.2238985328912E+05
0974 (PID.TID 0000.0001) %MON DYG_sd = 1.4551915228367E-10
0975 (PID.TID 0000.0001) %MON DYU_max = 2.2238985328912E+05
0976 (PID.TID 0000.0001) %MON DYU_min = 2.2238985328912E+05
0977 (PID.TID 0000.0001) %MON DYU_mean = 2.2238985328912E+05
0978 (PID.TID 0000.0001) %MON DYU_sd = 1.4551915228367E-10
0979 (PID.TID 0000.0001) %MON RA_max = 3.3728048822756E+10
0980 (PID.TID 0000.0001) %MON RA_min = 1.1124894996734E+10
0981 (PID.TID 0000.0001) %MON RA_mean = 2.2918170839356E+10
0982 (PID.TID 0000.0001) %MON RA_sd = 6.9773064942263E+09
0983 (PID.TID 0000.0001) %MON RAW_max = 3.3728048822756E+10
0984 (PID.TID 0000.0001) %MON RAW_min = 1.1124894996734E+10
0985 (PID.TID 0000.0001) %MON RAW_mean = 2.2918170839356E+10
0986 (PID.TID 0000.0001) %MON RAW_sd = 6.9773064942263E+09
0987 (PID.TID 0000.0001) %MON RAS_max = 3.4354146294179E+10
0988 (PID.TID 0000.0001) %MON RAS_min = 1.1964183470077E+10
0989 (PID.TID 0000.0001) %MON RAS_mean = 2.3666928057229E+10
0990 (PID.TID 0000.0001) %MON RAS_sd = 6.9119325076329E+09
0991 (PID.TID 0000.0001) %MON RAZ_max = 3.4354146294179E+10
0992 (PID.TID 0000.0001) %MON RAZ_min = 1.1964183470077E+10
0993 (PID.TID 0000.0001) %MON RAZ_mean = 2.3666928057229E+10
0994 (PID.TID 0000.0001) %MON RAZ_sd = 6.9119325076329E+09
0995 (PID.TID 0000.0001) %MON AngleCS_max = 1.0000000000000E+00
0996 (PID.TID 0000.0001) %MON AngleCS_min = 1.0000000000000E+00
0997 (PID.TID 0000.0001) %MON AngleCS_mean = 1.0000000000000E+00
0998 (PID.TID 0000.0001) %MON AngleCS_sd = 0.0000000000000E+00
0999 (PID.TID 0000.0001) %MON AngleSN_max = 0.0000000000000E+00
1000 (PID.TID 0000.0001) %MON AngleSN_min = 0.0000000000000E+00
1001 (PID.TID 0000.0001) %MON AngleSN_mean = 0.0000000000000E+00
1002 (PID.TID 0000.0001) %MON AngleSN_sd = 0.0000000000000E+00
074aa2a738 Gael*1003 (PID.TID 0000.0001)
1004 (PID.TID 0000.0001) // =======================================================
1005 (PID.TID 0000.0001) // Calendar configuration >>> START <<<
1006 (PID.TID 0000.0001) // =======================================================
1007 (PID.TID 0000.0001)
1008 (PID.TID 0000.0001) modelstart = /* Start time of the model integration [s] */
1009 (PID.TID 0000.0001) 0.000000000000000E+00
1010 (PID.TID 0000.0001) ;
1011 (PID.TID 0000.0001) modelend = /* End time of the model integration [s] */
1012 (PID.TID 0000.0001) 1.440000000000000E+04
1013 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1014 (PID.TID 0000.0001) modelStep = /* Time interval for a model forward step [s] */
074aa2a738 Gael*1015 (PID.TID 0000.0001) 3.600000000000000E+03
1016 (PID.TID 0000.0001) ;
1017 (PID.TID 0000.0001) usingGregorianCalendar= /* Calendar Type: Gregorian Calendar */
1018 (PID.TID 0000.0001) T
1019 (PID.TID 0000.0001) ;
1020 (PID.TID 0000.0001) usingJulianCalendar = /* Calendar Type: Julian Calendar */
1021 (PID.TID 0000.0001) F
1022 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1023 (PID.TID 0000.0001) usingNoLeapYearCal = /* Calendar Type: without Leap Year */
1024 (PID.TID 0000.0001) F
1025 (PID.TID 0000.0001) ;
074aa2a738 Gael*1026 (PID.TID 0000.0001) usingModelCalendar = /* Calendar Type: Model Calendar */
1027 (PID.TID 0000.0001) F
1028 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1029 (PID.TID 0000.0001) modelStartDate YYYYMMDD = /* Model start date YYYY-MM-DD */
074aa2a738 Gael*1030 (PID.TID 0000.0001) 19790101
1031 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1032 (PID.TID 0000.0001) modelStartDate HHMMSS = /* Model start date HH-MM-SS */
074aa2a738 Gael*1033 (PID.TID 0000.0001) 0
1034 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1035 (PID.TID 0000.0001) modelEndDate YYYYMMDD = /* Model end date YYYY-MM-DD */
074aa2a738 Gael*1036 (PID.TID 0000.0001) 19790101
1037 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1038 (PID.TID 0000.0001) modelEndDate HHMMSS = /* Model end date HH-MM-SS */
074aa2a738 Gael*1039 (PID.TID 0000.0001) 40000
1040 (PID.TID 0000.0001) ;
1041 (PID.TID 0000.0001) intyears = /* Number of calendar years affected by the integration */
1042 (PID.TID 0000.0001) 1
1043 (PID.TID 0000.0001) ;
1044 (PID.TID 0000.0001) intmonths= /* Number of calendar months affected by the integration */
1045 (PID.TID 0000.0001) 1
1046 (PID.TID 0000.0001) ;
1047 (PID.TID 0000.0001) intdays = /* Number of calendar days affected by the integration */
1048 (PID.TID 0000.0001) 1
1049 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1050 (PID.TID 0000.0001) modelIter0 = /* Base timestep number */
074aa2a738 Gael*1051 (PID.TID 0000.0001) 0
1052 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1053 (PID.TID 0000.0001) modelIterEnd = /* Final timestep number */
074aa2a738 Gael*1054 (PID.TID 0000.0001) 4
1055 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1056 (PID.TID 0000.0001) modelIntSteps= /* Number of model timesteps */
074aa2a738 Gael*1057 (PID.TID 0000.0001) 4
1058 (PID.TID 0000.0001) ;
1059 (PID.TID 0000.0001)
1060 (PID.TID 0000.0001) // =======================================================
1061 (PID.TID 0000.0001) // Calendar configuration >>> END <<<
1062 (PID.TID 0000.0001) // =======================================================
1063 (PID.TID 0000.0001)
f5a4d74210 Gael*1064 (PID.TID 0000.0001) GAD_INIT_FIXED: GAD_OlMinSize= 2 0 1
72ca2fdbec Jean*1065 (PID.TID 0000.0001)
f5a4d74210 Gael*1066 (PID.TID 0000.0001) // ===================================
1067 (PID.TID 0000.0001) // GAD parameters :
1068 (PID.TID 0000.0001) // ===================================
1069 (PID.TID 0000.0001) tempAdvScheme = /* Temp. Horiz.Advection scheme selector */
1070 (PID.TID 0000.0001) 30
f3cf31a902 Patr*1071 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1072 (PID.TID 0000.0001) tempVertAdvScheme = /* Temp. Vert. Advection scheme selector */
1073 (PID.TID 0000.0001) 30
1074 (PID.TID 0000.0001) ;
1075 (PID.TID 0000.0001) tempMultiDimAdvec = /* use Muti-Dim Advec method for Temp */
72ca2fdbec Jean*1076 (PID.TID 0000.0001) T
1077 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1078 (PID.TID 0000.0001) tempSOM_Advection = /* use 2nd Order Moment Advection for Temp */
c2f3f99e20 Patr*1079 (PID.TID 0000.0001) F
1080 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1081 (PID.TID 0000.0001) AdamsBashforthGt = /* apply Adams-Bashforth extrapolation on Gt */
f3cf31a902 Patr*1082 (PID.TID 0000.0001) F
1083 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1084 (PID.TID 0000.0001) AdamsBashforth_T = /* apply Adams-Bashforth extrapolation on Temp */
1085 (PID.TID 0000.0001) F
c2f3f99e20 Patr*1086 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1087 (PID.TID 0000.0001) saltAdvScheme = /* Salt. Horiz.advection scheme selector */
1088 (PID.TID 0000.0001) 30
c2f3f99e20 Patr*1089 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1090 (PID.TID 0000.0001) saltVertAdvScheme = /* Salt. Vert. Advection scheme selector */
1091 (PID.TID 0000.0001) 30
423274d613 Patr*1092 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1093 (PID.TID 0000.0001) saltMultiDimAdvec = /* use Muti-Dim Advec method for Salt */
1094 (PID.TID 0000.0001) T
d1a7d080e2 Jean*1095 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1096 (PID.TID 0000.0001) saltSOM_Advection = /* use 2nd Order Moment Advection for Salt */
4782f49605 Gael*1097 (PID.TID 0000.0001) F
1098 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1099 (PID.TID 0000.0001) AdamsBashforthGs = /* apply Adams-Bashforth extrapolation on Gs */
72ca2fdbec Jean*1100 (PID.TID 0000.0001) F
1101 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1102 (PID.TID 0000.0001) AdamsBashforth_S = /* apply Adams-Bashforth extrapolation on Salt */
72ca2fdbec Jean*1103 (PID.TID 0000.0001) F
1104 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1105 (PID.TID 0000.0001) // ===================================
1106 (PID.TID 0000.0001)
1107 (PID.TID 0000.0001) // =======================================================
1108 (PID.TID 0000.0001) // External forcing (EXF) configuration >>> START <<<
1109 (PID.TID 0000.0001) // =======================================================
1110 (PID.TID 0000.0001)
1111 (PID.TID 0000.0001) EXF general parameters:
1112 (PID.TID 0000.0001)
1113 (PID.TID 0000.0001) exf_iprec = /* exf file precision */
1114 (PID.TID 0000.0001) 32
c2f3f99e20 Patr*1115 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1116 (PID.TID 0000.0001) useExfYearlyFields = /* add extension _YEAR to input file names */
f3cf31a902 Patr*1117 (PID.TID 0000.0001) F
1118 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1119 (PID.TID 0000.0001) twoDigitYear = /* use 2-digit year extension */
c2f3f99e20 Patr*1120 (PID.TID 0000.0001) F
1121 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1122 (PID.TID 0000.0001) useExfCheckRange = /* check for fields range */
4684c345dd Jean*1123 (PID.TID 0000.0001) T
72ca2fdbec Jean*1124 (PID.TID 0000.0001) ;
4a08d54d3a Mart*1125 (PID.TID 0000.0001) diags_opOceWeighted = /* weight flux diags by open-ocean fraction */
1126 (PID.TID 0000.0001) T
1127 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*1128 (PID.TID 0000.0001) exf_debugLev = /* select EXF-debug printing level */
1129 (PID.TID 0000.0001) 1
1130 (PID.TID 0000.0001) ;
1131 (PID.TID 0000.0001) exf_monFreq = /* EXF monitor frequency [ s ] */
f5a4d74210 Gael*1132 (PID.TID 0000.0001) 1.000000000000000E+00
eb2516526e Patr*1133 (PID.TID 0000.0001) ;
fae4a9197e Jean*1134 (PID.TID 0000.0001) exf_adjMonSelect = /* select group of exf AD-variables to monitor */
1135 (PID.TID 0000.0001) 3
1136 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1137 (PID.TID 0000.0001) repeatPeriod = /* period for cycling forcing dataset [ s ] */
1138 (PID.TID 0000.0001) 3.162240000000000E+07
eb2516526e Patr*1139 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1140 (PID.TID 0000.0001) climTempFreeze= /* Minimum climatological temperature [deg.C] */
1141 (PID.TID 0000.0001) -1.900000000000000E+00
eb2516526e Patr*1142 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1143 (PID.TID 0000.0001) windStressMax = /* Maximum absolute windstress [ Pa ] */
1144 (PID.TID 0000.0001) 2.000000000000000E+00
eb2516526e Patr*1145 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1146 (PID.TID 0000.0001) stressIsOnCgrid = /* set u,v_stress on Arakawa C-grid */
1147 (PID.TID 0000.0001) F
eb2516526e Patr*1148 (PID.TID 0000.0001) ;
f93c9f973f Jean*1149 (PID.TID 0000.0001) rotateStressOnAgrid = /* rotate u,v_stress on Arakawa A-grid */
1150 (PID.TID 0000.0001) F
1151 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1152 (PID.TID 0000.0001) cen2kel = /* conversion of deg. Centigrade to Kelvin [K] */
1153 (PID.TID 0000.0001) 2.731500000000000E+02
eb2516526e Patr*1154 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1155 (PID.TID 0000.0001) gravity_mks= /* gravitational acceleration [m/s^2] */
1156 (PID.TID 0000.0001) 9.810000000000000E+00
4684c345dd Jean*1157 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1158 (PID.TID 0000.0001) atmrho = /* mean atmospheric density [kg/m^3] */
1159 (PID.TID 0000.0001) 1.200000000000000E+00
72ca2fdbec Jean*1160 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1161 (PID.TID 0000.0001) atmcp = /* mean atmospheric specific heat [J/kg/K] */
172555e26d Ian *1162 (PID.TID 0000.0001) 1.005000000000000E+03
72ca2fdbec Jean*1163 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1164 (PID.TID 0000.0001) flamb = /* latent heat of evaporation [J/kg] */
336f905219 Gael*1165 (PID.TID 0000.0001) 2.500000000000000E+06
1166 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1167 (PID.TID 0000.0001) flami = /* latent heat of pure-ice melting [J/kg] */
336f905219 Gael*1168 (PID.TID 0000.0001) 3.340000000000000E+05
1169 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1170 (PID.TID 0000.0001) cvapor_fac = /* const. for Saturation calculation [?] */
1171 (PID.TID 0000.0001) 6.403800000000000E+05
72ca2fdbec Jean*1172 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1173 (PID.TID 0000.0001) cvapor_exp = /* const. for Saturation calculation [?] */
1174 (PID.TID 0000.0001) 5.107400000000000E+03
72ca2fdbec Jean*1175 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1176 (PID.TID 0000.0001) cvapor_fac_ice= /* const. for Saturation calculation [?] */
1177 (PID.TID 0000.0001) 1.163780000000000E+07
72ca2fdbec Jean*1178 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1179 (PID.TID 0000.0001) cvapor_exp_ice= /* const. for Saturation calculation [?] */
1180 (PID.TID 0000.0001) 5.897800000000000E+03
72ca2fdbec Jean*1181 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1182 (PID.TID 0000.0001) humid_fac = /* humidity coef. in virtual temp. [(kg/kg)^-1] */
1183 (PID.TID 0000.0001) 6.060000000000000E-01
72ca2fdbec Jean*1184 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1185 (PID.TID 0000.0001) gamma_blk = /* adiabatic lapse rate [?] */
1186 (PID.TID 0000.0001) 1.000000000000000E-02
1187 (PID.TID 0000.0001) ;
1188 (PID.TID 0000.0001) saltsat = /* reduction of Qsat over salty water [-] */
1189 (PID.TID 0000.0001) 9.800000000000000E-01
1190 (PID.TID 0000.0001) ;
1191 (PID.TID 0000.0001) noNegativeEvap = /* prevent negative Evaporation */
1192 (PID.TID 0000.0001) F
1193 (PID.TID 0000.0001) ;
1194 (PID.TID 0000.0001) sstExtrapol = /* extrapolation coeff from lev. 1 & 2 to surf [-] */
4684c345dd Jean*1195 (PID.TID 0000.0001) 0.000000000000000E+00
72ca2fdbec Jean*1196 (PID.TID 0000.0001) ;
5bc996898d Mart*1197 (PID.TID 0000.0001) cDrag_1 = /* coef used in drag calculation [m/s] */
f5a4d74210 Gael*1198 (PID.TID 0000.0001) 2.700000000000000E-03
72ca2fdbec Jean*1199 (PID.TID 0000.0001) ;
5bc996898d Mart*1200 (PID.TID 0000.0001) cDrag_2 = /* coef used in drag calculation [-] */
f5a4d74210 Gael*1201 (PID.TID 0000.0001) 1.420000000000000E-04
72ca2fdbec Jean*1202 (PID.TID 0000.0001) ;
5bc996898d Mart*1203 (PID.TID 0000.0001) cDrag_3 = /* coef used in drag calculation [s/m] */
f5a4d74210 Gael*1204 (PID.TID 0000.0001) 7.640000000000000E-05
72ca2fdbec Jean*1205 (PID.TID 0000.0001) ;
5bc996898d Mart*1206 (PID.TID 0000.0001) cDrag_8 = /* coef used in drag calculation [(s/m)^6] */
1207 (PID.TID 0000.0001) 1.234567000000000E+05
1208 (PID.TID 0000.0001) ;
1209 (PID.TID 0000.0001) cDragMax = /* maximum drag (Large and Yeager, 2009) [-] */
1210 (PID.TID 0000.0001) 1.234567000000000E+05
1211 (PID.TID 0000.0001) ;
1212 (PID.TID 0000.0001) umax = /* at maximum wind (Large and Yeager, 2009) [m/s] */
1213 (PID.TID 0000.0001) 1.234567000000000E+05
1214 (PID.TID 0000.0001) ;
1215 (PID.TID 0000.0001) cStanton_1 = /* coef used in Stanton number calculation [-] */
f5a4d74210 Gael*1216 (PID.TID 0000.0001) 3.270000000000000E-02
72ca2fdbec Jean*1217 (PID.TID 0000.0001) ;
5bc996898d Mart*1218 (PID.TID 0000.0001) cStanton_2 = /* coef used in Stanton number calculation [-] */
f5a4d74210 Gael*1219 (PID.TID 0000.0001) 1.800000000000000E-02
72ca2fdbec Jean*1220 (PID.TID 0000.0001) ;
5bc996898d Mart*1221 (PID.TID 0000.0001) cDalton = /* Dalton number [-] */
f5a4d74210 Gael*1222 (PID.TID 0000.0001) 3.460000000000000E-02
72ca2fdbec Jean*1223 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1224 (PID.TID 0000.0001) exf_scal_BulkCdn= /* Drag coefficient scaling factor [-] */
c2f3f99e20 Patr*1225 (PID.TID 0000.0001) 1.000000000000000E+00
1226 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1227 (PID.TID 0000.0001) zolmin = /* minimum stability parameter [?] */
1228 (PID.TID 0000.0001) -1.000000000000000E+02
c2f3f99e20 Patr*1229 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1230 (PID.TID 0000.0001) psim_fac = /* coef used in turbulent fluxes calculation [-] */
1231 (PID.TID 0000.0001) 5.000000000000000E+00
c2f3f99e20 Patr*1232 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1233 (PID.TID 0000.0001) zref = /* reference height [ m ] */
1234 (PID.TID 0000.0001) 1.000000000000000E+01
c2f3f99e20 Patr*1235 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1236 (PID.TID 0000.0001) hu = /* height of mean wind [ m ] */
1237 (PID.TID 0000.0001) 1.000000000000000E+01
c2f3f99e20 Patr*1238 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1239 (PID.TID 0000.0001) ht = /* height of mean temperature [ m ] */
1240 (PID.TID 0000.0001) 2.000000000000000E+00
c2f3f99e20 Patr*1241 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1242 (PID.TID 0000.0001) hq = /* height of mean spec.humidity [ m ] */
1243 (PID.TID 0000.0001) 2.000000000000000E+00
c2f3f99e20 Patr*1244 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1245 (PID.TID 0000.0001) uMin = /* minimum wind speed [m/s] */
1246 (PID.TID 0000.0001) 5.000000000000000E-01
c2f3f99e20 Patr*1247 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1248 (PID.TID 0000.0001) useStabilityFct_overIce= /* transfert Coeffs over sea-ice depend on stability */
1249 (PID.TID 0000.0001) F
c2f3f99e20 Patr*1250 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1251 (PID.TID 0000.0001) exf_iceCd = /* drag coefficient over sea-ice (fixed) [-] */
1252 (PID.TID 0000.0001) 1.630000000000000E-03
c2f3f99e20 Patr*1253 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1254 (PID.TID 0000.0001) exf_iceCe = /* transfert coeff. over sea-ice, for Evap (fixed) [-] */
1255 (PID.TID 0000.0001) 1.630000000000000E-03
c2f3f99e20 Patr*1256 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1257 (PID.TID 0000.0001) exf_iceCh = /* transfert coeff. over sea-ice, Sens.Heat.(fixed)[-] */
1258 (PID.TID 0000.0001) 1.630000000000000E-03
c2f3f99e20 Patr*1259 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1260 (PID.TID 0000.0001) exf_albedo = /* Sea-water albedo [-] */
1261 (PID.TID 0000.0001) 1.000000000000000E-01
c2f3f99e20 Patr*1262 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1263 (PID.TID 0000.0001) useExfZenAlbedo = /* Sea-water albedo varies with zenith angle */
4684c345dd Jean*1264 (PID.TID 0000.0001) F
c2f3f99e20 Patr*1265 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1266 (PID.TID 0000.0001) select_ZenAlbedo = /* Sea-water albedo computation method */
1267 (PID.TID 0000.0001) 0
1268 (PID.TID 0000.0001) ;
1269 (PID.TID 0000.0001) useExfZenIncoming = /* compute incoming solar radiation */
4684c345dd Jean*1270 (PID.TID 0000.0001) F
c2f3f99e20 Patr*1271 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1272 (PID.TID 0000.0001) ocean_emissivity = /* longwave ocean-surface emissivity [-] */
1273 (PID.TID 0000.0001) 9.700176366843034E-01
1274 (PID.TID 0000.0001) ;
1275 (PID.TID 0000.0001) ice_emissivity = /* longwave seaice emissivity [-] */
1276 (PID.TID 0000.0001) 9.500000000000000E-01
1277 (PID.TID 0000.0001) ;
1278 (PID.TID 0000.0001) snow_emissivity = /* longwave snow emissivity [-] */
1279 (PID.TID 0000.0001) 9.500000000000000E-01
1280 (PID.TID 0000.0001) ;
72ca2fdbec Jean*1281 (PID.TID 0000.0001)
f5a4d74210 Gael*1282 (PID.TID 0000.0001) EXF main CPP flags:
1283 (PID.TID 0000.0001)
1284 (PID.TID 0000.0001) // USE_EXF_INTERPOLATION: NOT defined
1285 (PID.TID 0000.0001) // ALLOW_ATM_TEMP: defined
074aa2a738 Gael*1286 (PID.TID 0000.0001) // ALLOW_ATM_WIND (useAtmWind): defined
f5a4d74210 Gael*1287 (PID.TID 0000.0001) // ALLOW_DOWNWARD_RADIATION: defined
1288 (PID.TID 0000.0001) // ALLOW_BULKFORMULAE: defined
1289 (PID.TID 0000.0001)
1290 (PID.TID 0000.0001) Zonal wind forcing starts at -1317600.
1291 (PID.TID 0000.0001) Zonal wind forcing period is 2635200.
9f77f803ec Jean*1292 (PID.TID 0000.0001) Zonal wind forcing repeat-cycle is 31622400.
f5a4d74210 Gael*1293 (PID.TID 0000.0001) Zonal wind forcing is read from file:
8af6ce5f73 Jean*1294 (PID.TID 0000.0001) >> u10m.labsea1979 <<
f5a4d74210 Gael*1295 (PID.TID 0000.0001)
1296 (PID.TID 0000.0001) Meridional wind forcing starts at -1317600.
1297 (PID.TID 0000.0001) Meridional wind forcing period is 2635200.
9f77f803ec Jean*1298 (PID.TID 0000.0001) Meridional wind forcing repeat-cycle is 31622400.
f5a4d74210 Gael*1299 (PID.TID 0000.0001) Meridional wind forcing is read from file:
8af6ce5f73 Jean*1300 (PID.TID 0000.0001) >> v10m.labsea1979 <<
f5a4d74210 Gael*1301 (PID.TID 0000.0001)
1302 (PID.TID 0000.0001) Atmospheric temperature starts at -1317600.
1303 (PID.TID 0000.0001) Atmospheric temperature period is 2635200.
9f77f803ec Jean*1304 (PID.TID 0000.0001) Atmospheric temperature repeat-cycle is 31622400.
f5a4d74210 Gael*1305 (PID.TID 0000.0001) Atmospheric temperature is read from file:
8af6ce5f73 Jean*1306 (PID.TID 0000.0001) >> tair.labsea1979 <<
f5a4d74210 Gael*1307 (PID.TID 0000.0001)
1308 (PID.TID 0000.0001) Atmospheric specific humidity starts at -1317600.
1309 (PID.TID 0000.0001) Atmospheric specific humidity period is 2635200.
9f77f803ec Jean*1310 (PID.TID 0000.0001) Atmospheric specific humidity rep-cycle is 31622400.
f5a4d74210 Gael*1311 (PID.TID 0000.0001) Atmospheric specific humidity is read from file:
8af6ce5f73 Jean*1312 (PID.TID 0000.0001) >> qa.labsea1979 <<
f5a4d74210 Gael*1313 (PID.TID 0000.0001)
8af6ce5f73 Jean*1314 (PID.TID 0000.0001) // ALLOW_READ_TURBFLUXES: NOT defined
1315 (PID.TID 0000.0001) // EXF_READ_EVAP: NOT defined
f5a4d74210 Gael*1316 (PID.TID 0000.0001)
8af6ce5f73 Jean*1317 (PID.TID 0000.0001) Precipitation data starts at -1317600.
f5a4d74210 Gael*1318 (PID.TID 0000.0001) Precipitation data period is 2635200.
9f77f803ec Jean*1319 (PID.TID 0000.0001) Precipitation data repeat-cycle is 31622400.
f5a4d74210 Gael*1320 (PID.TID 0000.0001) Precipitation data is read from file:
8af6ce5f73 Jean*1321 (PID.TID 0000.0001) >> prate.labsea1979 <<
f5a4d74210 Gael*1322 (PID.TID 0000.0001)
1323 (PID.TID 0000.0001) // ALLOW_RUNOFF: defined
b5d2b0306c Jean*1324 (PID.TID 0000.0001) // ALLOW_RUNOFTEMP: NOT defined
fae4a9197e Jean*1325 (PID.TID 0000.0001) // ALLOW_SALTFLX: defined
f5a4d74210 Gael*1326 (PID.TID 0000.0001)
9f77f803ec Jean*1327 (PID.TID 0000.0001) Downward shortwave flux starts at -1317600.
1328 (PID.TID 0000.0001) Downward shortwave flux period is 2635200.
1329 (PID.TID 0000.0001) Downward shortwave flux repeat-cycle is 31622400.
1330 (PID.TID 0000.0001) Downward shortwave flux is read from file:
8af6ce5f73 Jean*1331 (PID.TID 0000.0001) >> fsh.labsea1979 <<
f5a4d74210 Gael*1332 (PID.TID 0000.0001)
9f77f803ec Jean*1333 (PID.TID 0000.0001) Downward longwave flux starts at -1317600.
1334 (PID.TID 0000.0001) Downward longwave flux period is 2635200.
1335 (PID.TID 0000.0001) Downward longwave flux repeat-cycle is 31622400.
1336 (PID.TID 0000.0001) Downward longwave flux is read from file:
8af6ce5f73 Jean*1337 (PID.TID 0000.0001) >> flo.labsea1979 <<
074aa2a738 Gael*1338 (PID.TID 0000.0001)
72ca2fdbec Jean*1339 (PID.TID 0000.0001) // =======================================================
f5a4d74210 Gael*1340 (PID.TID 0000.0001) // External forcing (EXF) climatology configuration :
72ca2fdbec Jean*1341 (PID.TID 0000.0001) // =======================================================
1342 (PID.TID 0000.0001)
f5a4d74210 Gael*1343 (PID.TID 0000.0001) // ALLOW_CLIMSST_RELAXATION: defined
8af6ce5f73 Jean*1344 (PID.TID 0000.0001) climsst relaxation is NOT used
f5a4d74210 Gael*1345 (PID.TID 0000.0001)
8af6ce5f73 Jean*1346 (PID.TID 0000.0001) // ALLOW_CLIMSSS_RELAXATION: defined
9f77f803ec Jean*1347 (PID.TID 0000.0001) Climatological SSS starts at -1317600.
1348 (PID.TID 0000.0001) Climatological SSS period is 2635200.
1349 (PID.TID 0000.0001) Climatological SSS repeat-cycle is 31622400.
f5a4d74210 Gael*1350 (PID.TID 0000.0001) Climatological SSS is read from file:
8af6ce5f73 Jean*1351 (PID.TID 0000.0001) >> SSS_monthly.labsea1979 <<
72ca2fdbec Jean*1352 (PID.TID 0000.0001)
1353 (PID.TID 0000.0001) // =======================================================
f5a4d74210 Gael*1354 (PID.TID 0000.0001) // External forcing (EXF) configuration >>> END <<<
72ca2fdbec Jean*1355 (PID.TID 0000.0001) // =======================================================
1356 (PID.TID 0000.0001)
f5a4d74210 Gael*1357 (PID.TID 0000.0001) DWNSLP_INIT: DWNSLP_NbSite= 1 1 19
1358 (PID.TID 0000.0001) DWNSLP_INIT: DWNSLP_NbSite= 2 1 90
1359 (PID.TID 0000.0001) DWNSLP_INIT: DWNSLP_NbSite= 1 2 57
1360 (PID.TID 0000.0001) DWNSLP_INIT: DWNSLP_NbSite= 2 2 36
5bc996898d Mart*1361 (PID.TID 0000.0001) etagcm defined by gencost 4
72ca2fdbec Jean*1362 (PID.TID 0000.0001)
1363 (PID.TID 0000.0001) // =======================================================
6811577eff Mart*1364 (PID.TID 0000.0001) // ECCO configuration >>> START <<<
1365 (PID.TID 0000.0001) // =======================================================
1366 (PID.TID 0000.0001)
fae4a9197e Jean*1367 (PID.TID 0000.0001) gencost( 1) = theta
1368 (PID.TID 0000.0001) -------------
1369 (PID.TID 0000.0001) data file = labsea_Lev.ptmp
1370 (PID.TID 0000.0001) model file = m_theta_month
1371 (PID.TID 0000.0001) error file = sigma_theta.bin
1372 (PID.TID 0000.0001) gencost_flag = 1
1373 (PID.TID 0000.0001) gencost_outputlevel = 1
1374 (PID.TID 0000.0001) gencost_kLev_select = 1
1375 (PID.TID 0000.0001) gencost_pointer3d = 1
6811577eff Mart*1376 (PID.TID 0000.0001)
fae4a9197e Jean*1377 (PID.TID 0000.0001) gencost( 2) = salt
1378 (PID.TID 0000.0001) -------------
1379 (PID.TID 0000.0001) data file = labsea_Lev.salt
1380 (PID.TID 0000.0001) model file = m_salt_month
1381 (PID.TID 0000.0001) error file = sigma_salt.bin
1382 (PID.TID 0000.0001) gencost_flag = 1
1383 (PID.TID 0000.0001) gencost_outputlevel = 1
1384 (PID.TID 0000.0001) gencost_kLev_select = 1
1385 (PID.TID 0000.0001) gencost_pointer3d = 2
6811577eff Mart*1386 (PID.TID 0000.0001)
fae4a9197e Jean*1387 (PID.TID 0000.0001) gencost( 3) = sst
1388 (PID.TID 0000.0001) -------------
1389 (PID.TID 0000.0001) data file = labsea_SST_fields
1390 (PID.TID 0000.0001) model file = m_sst_month
1391 (PID.TID 0000.0001) error file = sigma_sst.bin
1392 (PID.TID 0000.0001) gencost_flag = 1
1393 (PID.TID 0000.0001) gencost_outputlevel = 1
1394 (PID.TID 0000.0001) gencost_kLev_select = 1
6811577eff Mart*1395 (PID.TID 0000.0001)
fae4a9197e Jean*1396 (PID.TID 0000.0001) gencost( 4) = mdt
1397 (PID.TID 0000.0001) -------------
1398 (PID.TID 0000.0001) data file = labsea_TP_mean_meters
1399 (PID.TID 0000.0001) model file = m_eta_month
1400 (PID.TID 0000.0001) error file = ones_64b.bin
1401 (PID.TID 0000.0001) preprocess = mean
1402 (PID.TID 0000.0001) preprocess = offset
1403 (PID.TID 0000.0001) preprocess = mindepth
1404 (PID.TID 0000.0001) gencost_flag = 1
1405 (PID.TID 0000.0001) gencost_outputlevel = 5
1406 (PID.TID 0000.0001) gencost_kLev_select = 1
6811577eff Mart*1407 (PID.TID 0000.0001)
1408 (PID.TID 0000.0001)
1409 (PID.TID 0000.0001)
1410 (PID.TID 0000.0001) // =======================================================
fae4a9197e Jean*1411 (PID.TID 0000.0001) // ECCO configuration >>> END <<<
72ca2fdbec Jean*1412 (PID.TID 0000.0001) // =======================================================
1413 (PID.TID 0000.0001)
f5a4d74210 Gael*1414 (PID.TID 0000.0001) // =======================================================
1415 (PID.TID 0000.0001) // Seaice configuration (SEAICE_PARM01) >>> START <<<
1416 (PID.TID 0000.0001) // =======================================================
72ca2fdbec Jean*1417 (PID.TID 0000.0001)
e423074cd0 Gael*1418 (PID.TID 0000.0001) Seaice time stepping configuration > START <
1419 (PID.TID 0000.0001) ----------------------------------------------
1420 (PID.TID 0000.0001) SEAICE_deltaTtherm= /* thermodynamic timestep */
1421 (PID.TID 0000.0001) 3.600000000000000E+03
1422 (PID.TID 0000.0001) ;
1423 (PID.TID 0000.0001) SEAICE_deltaTdyn = /* dynamic timestep */
1424 (PID.TID 0000.0001) 3.600000000000000E+03
1425 (PID.TID 0000.0001) ;
1426 (PID.TID 0000.0001) SEAICE_deltaTevp = /* EVP timestep */
1427 (PID.TID 0000.0001) 1.234567000000000E+05
72ca2fdbec Jean*1428 (PID.TID 0000.0001) ;
29e0f6eb47 Jean*1429 (PID.TID 0000.0001) SEAICEuseBDF2 = /* use backw. differencing for mom. eq. */
b5d2b0306c Jean*1430 (PID.TID 0000.0001) F
1431 (PID.TID 0000.0001) ;
4a08d54d3a Mart*1432 (PID.TID 0000.0001) SEAICEupdateOceanStress= /* update Ocean surf. stress */
1433 (PID.TID 0000.0001) T
1434 (PID.TID 0000.0001) ;
e423074cd0 Gael*1435 (PID.TID 0000.0001) SEAICErestoreUnderIce = /* restore T and S under ice */
1436 (PID.TID 0000.0001) F
1437 (PID.TID 0000.0001) ;
1438 (PID.TID 0000.0001)
1439 (PID.TID 0000.0001) Seaice dynamics configuration > START <
1440 (PID.TID 0000.0001) ------------------------------------------
f5a4d74210 Gael*1441 (PID.TID 0000.0001) SEAICEuseDYNAMICS = /* use dynamics */
20c3662137 Patr*1442 (PID.TID 0000.0001) T
72ca2fdbec Jean*1443 (PID.TID 0000.0001) ;
e423074cd0 Gael*1444 (PID.TID 0000.0001) model grid type = /* type of sea ice model grid */
1445 (PID.TID 0000.0001) 'C-GRID'
1446 (PID.TID 0000.0001) ;
6811577eff Mart*1447 (PID.TID 0000.0001) SEAICEuseStrImpCpl = /* use strongly implicit coupling */
1448 (PID.TID 0000.0001) F
1449 (PID.TID 0000.0001) ;
f93c9f973f Jean*1450 (PID.TID 0000.0001) SEAICEusePicardAsPrecon = /* Picard as preconditioner */
1451 (PID.TID 0000.0001) F
1452 (PID.TID 0000.0001) ;
1453 (PID.TID 0000.0001) SEAICEuseLSR = /* use default Picard-LSR solver */
1454 (PID.TID 0000.0001) T
1455 (PID.TID 0000.0001) ;
1456 (PID.TID 0000.0001) SEAICEuseKrylov = /* use Picard-Krylov solver */
1457 (PID.TID 0000.0001) F
1458 (PID.TID 0000.0001) ;
429e10e0eb Patr*1459 (PID.TID 0000.0001) SEAICEuseEVP = /* use EVP solver rather than LSR */
e423074cd0 Gael*1460 (PID.TID 0000.0001) F
1461 (PID.TID 0000.0001) ;
f93c9f973f Jean*1462 (PID.TID 0000.0001) SEAICEuseJFNK = /* use JFNK solver */
1463 (PID.TID 0000.0001) F
1464 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1465 (PID.TID 0000.0001) SEAICEuseFREEDRIFT = /* use free drift solution */
20c3662137 Patr*1466 (PID.TID 0000.0001) F
72ca2fdbec Jean*1467 (PID.TID 0000.0001) ;
e423074cd0 Gael*1468 (PID.TID 0000.0001) OCEAN_drag = /* air-ocean drag coefficient */
1469 (PID.TID 0000.0001) 1.000000000000000E-03
1470 (PID.TID 0000.0001) ;
1471 (PID.TID 0000.0001) SEAICE_drag = /* air-ice drag coefficient */
1472 (PID.TID 0000.0001) 2.000000000000000E-03
1473 (PID.TID 0000.0001) ;
1474 (PID.TID 0000.0001) SEAICE_drag_south = /* Southern Ocean SEAICE_drag */
1475 (PID.TID 0000.0001) 2.000000000000000E-03
1476 (PID.TID 0000.0001) ;
4a08d54d3a Mart*1477 (PID.TID 0000.0001) SEAICE_waterDrag = /* water-ice drag (no units) */
1478 (PID.TID 0000.0001) 5.355404089581304E-03
1479 (PID.TID 0000.0001) ;
1480 (PID.TID 0000.0001) SEAICE_waterDrag_south = /* Southern Ocean waterDrag (no units) */
1481 (PID.TID 0000.0001) 5.355404089581304E-03
e423074cd0 Gael*1482 (PID.TID 0000.0001) ;
4a08d54d3a Mart*1483 (PID.TID 0000.0001) SEAICEdWatMin = /* minimum linear water-ice drag (in m/s) */
1484 (PID.TID 0000.0001) 2.500000000000000E-01
e423074cd0 Gael*1485 (PID.TID 0000.0001) ;
074aa2a738 Gael*1486 (PID.TID 0000.0001) SEAICEuseTilt = /* include surface tilt in dyna. */
1487 (PID.TID 0000.0001) T
1488 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1489 (PID.TID 0000.0001) SEAICEuseTEM = /* use truncated ellipse rheology */
72ca2fdbec Jean*1490 (PID.TID 0000.0001) F
1491 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1492 (PID.TID 0000.0001) SEAICE_strength = /* sea-ice strength Pstar */
1493 (PID.TID 0000.0001) 2.750000000000000E+04
72ca2fdbec Jean*1494 (PID.TID 0000.0001) ;
6811577eff Mart*1495 (PID.TID 0000.0001) SEAICE_cStar = /* sea-ice strength parameter cStar */
1496 (PID.TID 0000.0001) 2.000000000000000E+01
1497 (PID.TID 0000.0001) ;
f93c9f973f Jean*1498 (PID.TID 0000.0001) SEAICEpressReplFac= /* press. replacement method factor */
1499 (PID.TID 0000.0001) 1.000000000000000E+00
1500 (PID.TID 0000.0001) ;
6811577eff Mart*1501 (PID.TID 0000.0001) SEAICE_tensilFac = /* sea-ice tensile strength factor */
1502 (PID.TID 0000.0001) 0.000000000000000E+00
1503 (PID.TID 0000.0001) ;
f93c9f973f Jean*1504 (PID.TID 0000.0001) SEAICE_tensilDepth= /* crit. depth for tensile strength */
1505 (PID.TID 0000.0001) 0.000000000000000E+00
1506 (PID.TID 0000.0001) ;
074aa2a738 Gael*1507 (PID.TID 0000.0001) SEAICEpresH0 = /* sea-ice strength Heff threshold */
1508 (PID.TID 0000.0001) 1.000000000000000E+00
1509 (PID.TID 0000.0001) ;
1510 (PID.TID 0000.0001) SEAICEpresPow0 = /* exponent for Heff<SEAICEpresH0 */
1511 (PID.TID 0000.0001) 1
1512 (PID.TID 0000.0001) ;
1513 (PID.TID 0000.0001) SEAICEpresPow1 = /* exponent for Heff>SEAICEpresH0 */
1514 (PID.TID 0000.0001) 1
1515 (PID.TID 0000.0001) ;
1516 (PID.TID 0000.0001) SEAICEetaZmethod = /* method computing eta at Z-point */
1517 (PID.TID 0000.0001) 0
1518 (PID.TID 0000.0001) ;
4a08d54d3a Mart*1519 (PID.TID 0000.0001) SEAICE_zetaMaxFac = /* factor for upper viscosity bound */
1520 (PID.TID 0000.0001) 2.500000000000000E+08
1521 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1522 (PID.TID 0000.0001) SEAICE_zetaMin = /* lower bound for viscosity */
1523 (PID.TID 0000.0001) 0.000000000000000E+00
72ca2fdbec Jean*1524 (PID.TID 0000.0001) ;
429e10e0eb Patr*1525 (PID.TID 0000.0001) SEAICE_eccen = /* elliptical yield curve eccent */
1526 (PID.TID 0000.0001) 2.000000000000000E+00
1527 (PID.TID 0000.0001) ;
1528 (PID.TID 0000.0001) SEAICEstressFactor = /* wind stress scaling factor */
1529 (PID.TID 0000.0001) 1.000000000000000E+00
1530 (PID.TID 0000.0001) ;
1531 (PID.TID 0000.0001) SEAICE_airTurnAngle = /* air-ice turning angle */
1532 (PID.TID 0000.0001) 0.000000000000000E+00
1533 (PID.TID 0000.0001) ;
1534 (PID.TID 0000.0001) SEAICE_waterTurnAngle = /* ice-water turning angle */
1535 (PID.TID 0000.0001) 0.000000000000000E+00
1536 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1537 (PID.TID 0000.0001) SEAICEuseMetricTerms = /* use metric terms */
20c3662137 Patr*1538 (PID.TID 0000.0001) T
72ca2fdbec Jean*1539 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1540 (PID.TID 0000.0001) SEAICE_no_slip = /* no slip boundary conditions */
72ca2fdbec Jean*1541 (PID.TID 0000.0001) F
1542 (PID.TID 0000.0001) ;
9f77f803ec Jean*1543 (PID.TID 0000.0001) SEAICE_2ndOrderBC = /* 2nd order no slip boundary conditions */
1544 (PID.TID 0000.0001) F
1545 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1546 (PID.TID 0000.0001) SEAICE_clipVeloctities = /* impose max. vels. */
20c3662137 Patr*1547 (PID.TID 0000.0001) F
72ca2fdbec Jean*1548 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1549 (PID.TID 0000.0001) useHB87stressCoupling = /* altern. ice-ocean stress */
72ca2fdbec Jean*1550 (PID.TID 0000.0001) F
1551 (PID.TID 0000.0001) ;
f93c9f973f Jean*1552 (PID.TID 0000.0001) SEAICEscaleSurfStress = /* scale atm. and ocean-surface stress with AREA */
1553 (PID.TID 0000.0001) F
1554 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1555 (PID.TID 0000.0001) SEAICE_maskRHS = /* mask RHS of solver */
336f905219 Gael*1556 (PID.TID 0000.0001) F
1557 (PID.TID 0000.0001) ;
9f77f803ec Jean*1558 (PID.TID 0000.0001) SEAICEaddSnowMass = /* add snow mass to seaiceMassC/U/V */
1559 (PID.TID 0000.0001) F
1560 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1561 (PID.TID 0000.0001) LSR_mixIniGuess = /* mix free-drift sol. into LSR initial Guess */
1562 (PID.TID 0000.0001) 0
72ca2fdbec Jean*1563 (PID.TID 0000.0001) ;
074aa2a738 Gael*1564 (PID.TID 0000.0001) SEAICE_LSRrelaxU = /* LSR solver: relaxation parameter */
1565 (PID.TID 0000.0001) 9.500000000000000E-01
1566 (PID.TID 0000.0001) ;
1567 (PID.TID 0000.0001) SEAICE_LSRrelaxV = /* LSR solver: relaxation parameter */
1568 (PID.TID 0000.0001) 9.500000000000000E-01
1569 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1570 (PID.TID 0000.0001) LSR_ERROR = /* sets accuracy of LSR solver */
1571 (PID.TID 0000.0001) 1.000000000000000E-06
72ca2fdbec Jean*1572 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1573 (PID.TID 0000.0001) SOLV_NCHECK = /* test interval for LSR solver */
1574 (PID.TID 0000.0001) 2
72ca2fdbec Jean*1575 (PID.TID 0000.0001) ;
074aa2a738 Gael*1576 (PID.TID 0000.0001) SEAICEuseMultiTileSolver = /* use full domain tri-diag solver */
1577 (PID.TID 0000.0001) F
1578 (PID.TID 0000.0001) ;
b5d2b0306c Jean*1579 (PID.TID 0000.0001) SEAICE_OLx = /* overlap for LSR/preconditioner */
6811577eff Mart*1580 (PID.TID 0000.0001) 0
b5d2b0306c Jean*1581 (PID.TID 0000.0001) ;
1582 (PID.TID 0000.0001) SEAICE_OLy = /* overlap for LSR/preconditioner */
6811577eff Mart*1583 (PID.TID 0000.0001) 0
b5d2b0306c Jean*1584 (PID.TID 0000.0001) ;
f93c9f973f Jean*1585 (PID.TID 0000.0001) SEAICEnonLinIterMax = /* max. number of nonlinear solver steps */
1586 (PID.TID 0000.0001) 2
1587 (PID.TID 0000.0001) ;
1588 (PID.TID 0000.0001) SEAICElinearIterMax = /* max. number of linear solver steps */
efbf3d050e Jean*1589 (PID.TID 0000.0001) 500
f93c9f973f Jean*1590 (PID.TID 0000.0001) ;
1591 (PID.TID 0000.0001) SEAICEnonLinTol = /* non-linear solver tolerance */
1592 (PID.TID 0000.0001) 0.000000000000000E+00
1593 (PID.TID 0000.0001) ;
074aa2a738 Gael*1594 (PID.TID 0000.0001)
1595 (PID.TID 0000.0001) Seaice advection diffusion config, > START <
1596 (PID.TID 0000.0001) -----------------------------------------------
9f77f803ec Jean*1597 (PID.TID 0000.0001) SEAICEmomAdvection = /* advect sea ice momentum */
1598 (PID.TID 0000.0001) F
1599 (PID.TID 0000.0001) ;
074aa2a738 Gael*1600 (PID.TID 0000.0001) SEAICEadvHeff = /* advect effective ice thickness */
1601 (PID.TID 0000.0001) T
1602 (PID.TID 0000.0001) ;
1603 (PID.TID 0000.0001) SEAICEadvArea = /* advect fractional ice area */
1604 (PID.TID 0000.0001) T
1605 (PID.TID 0000.0001) ;
1606 (PID.TID 0000.0001) SEAICEadvSnow = /* advect snow layer together with ice */
1607 (PID.TID 0000.0001) T
1608 (PID.TID 0000.0001) ;
1609 (PID.TID 0000.0001) SEAICEadvSalt = /* advect salinity together with ice */
1610 (PID.TID 0000.0001) F
1611 (PID.TID 0000.0001) ;
5bc996898d Mart*1612 (PID.TID 0000.0001) SEAICEmultiDimAdvection = /* multidimadvec */
1613 (PID.TID 0000.0001) F
1614 (PID.TID 0000.0001) ;
074aa2a738 Gael*1615 (PID.TID 0000.0001) SEAICEadvScheme = /* advection scheme for ice */
1616 (PID.TID 0000.0001) 2
1617 (PID.TID 0000.0001) ;
1618 (PID.TID 0000.0001) SEAICEuseFluxForm = /* advection in FV flux form */
1619 (PID.TID 0000.0001) T
1620 (PID.TID 0000.0001) ;
5bc996898d Mart*1621 (PID.TID 0000.0001) SEAICEadvSchArea = /* advection scheme for area */
074aa2a738 Gael*1622 (PID.TID 0000.0001) 2
1623 (PID.TID 0000.0001) ;
5bc996898d Mart*1624 (PID.TID 0000.0001) SEAICEadvSchHeff = /* advection scheme for thickness */
074aa2a738 Gael*1625 (PID.TID 0000.0001) 2
1626 (PID.TID 0000.0001) ;
5bc996898d Mart*1627 (PID.TID 0000.0001) SEAICEadvSchSnow = /* advection scheme for snow */
074aa2a738 Gael*1628 (PID.TID 0000.0001) 2
1629 (PID.TID 0000.0001) ;
5bc996898d Mart*1630 (PID.TID 0000.0001) SEAICEdiffKhArea = /* diffusivity (m^2/s) for area */
074aa2a738 Gael*1631 (PID.TID 0000.0001) 2.000000000000000E+02
1632 (PID.TID 0000.0001) ;
5bc996898d Mart*1633 (PID.TID 0000.0001) SEAICEdiffKhHeff = /* diffusivity (m^2/s) for heff */
074aa2a738 Gael*1634 (PID.TID 0000.0001) 2.000000000000000E+02
1635 (PID.TID 0000.0001) ;
5bc996898d Mart*1636 (PID.TID 0000.0001) SEAICEdiffKhSnow = /* diffusivity (m^2/s) for snow */
074aa2a738 Gael*1637 (PID.TID 0000.0001) 2.000000000000000E+02
1638 (PID.TID 0000.0001) ;
1639 (PID.TID 0000.0001) DIFF1 = /* parameter used in advect.F [m/s] */
1640 (PID.TID 0000.0001) 0.000000000000000E+00
1641 (PID.TID 0000.0001) ;
e423074cd0 Gael*1642 (PID.TID 0000.0001)
1643 (PID.TID 0000.0001) Seaice thermodynamics configuration > START <
1644 (PID.TID 0000.0001) -----------------------------------------------
429e10e0eb Patr*1645 (PID.TID 0000.0001) SEAICE_rhoIce = /* density of sea ice (kg/m3) */
1646 (PID.TID 0000.0001) 9.100000000000000E+02
1647 (PID.TID 0000.0001) ;
1648 (PID.TID 0000.0001) SEAICE_rhoSnow = /* density of snow (kg/m3) */
1649 (PID.TID 0000.0001) 3.300000000000000E+02
1650 (PID.TID 0000.0001) ;
1651 (PID.TID 0000.0001) SEAICE_rhoAir = /* density of air (kg/m3) */
1652 (PID.TID 0000.0001) 1.200000000000000E+00
1653 (PID.TID 0000.0001) ;
e423074cd0 Gael*1654 (PID.TID 0000.0001) usePW79thermodynamics = /* default 0-layer TD */
1655 (PID.TID 0000.0001) T
72ca2fdbec Jean*1656 (PID.TID 0000.0001) ;
e423074cd0 Gael*1657 (PID.TID 0000.0001) SEAICE_lhEvap = /* latent heat of evaporation */
1658 (PID.TID 0000.0001) 2.500000000000000E+06
72ca2fdbec Jean*1659 (PID.TID 0000.0001) ;
e423074cd0 Gael*1660 (PID.TID 0000.0001) SEAICE_lhFusion = /* latent heat of fusion */
1661 (PID.TID 0000.0001) 3.340000000000000E+05
72ca2fdbec Jean*1662 (PID.TID 0000.0001) ;
e423074cd0 Gael*1663 (PID.TID 0000.0001) SEAICE_mcPheePiston = /* turbulent flux "piston velocity" a la McPhee (m/s) */
429e10e0eb Patr*1664 (PID.TID 0000.0001) 2.222222222222222E-03
72ca2fdbec Jean*1665 (PID.TID 0000.0001) ;
e423074cd0 Gael*1666 (PID.TID 0000.0001) SEAICE_mcPheeTaper = /* tapering of turbulent flux (0.< <1.) for AREA=1. */
1667 (PID.TID 0000.0001) 0.000000000000000E+00
72ca2fdbec Jean*1668 (PID.TID 0000.0001) ;
429e10e0eb Patr*1669 (PID.TID 0000.0001) SEAICE_mcPheeStepFunc = /* replace linear tapering with step funct. */
1670 (PID.TID 0000.0001) F
1671 (PID.TID 0000.0001) ;
e423074cd0 Gael*1672 (PID.TID 0000.0001) SEAICE_frazilFrac = /* frazil (T<tempFrz) to seaice conversion rate (0.< <1.) */
429e10e0eb Patr*1673 (PID.TID 0000.0001) 8.000000000000000E-01
f5a4d74210 Gael*1674 (PID.TID 0000.0001) ;
e423074cd0 Gael*1675 (PID.TID 0000.0001) SEAICE_tempFrz0 = /* freezing temp. of sea water (intercept) */
1676 (PID.TID 0000.0001) -1.960000000000000E+00
f5a4d74210 Gael*1677 (PID.TID 0000.0001) ;
e423074cd0 Gael*1678 (PID.TID 0000.0001) SEAICE_dTempFrz_dS= /* freezing temp. of sea water (slope) */
1679 (PID.TID 0000.0001) 0.000000000000000E+00
f5a4d74210 Gael*1680 (PID.TID 0000.0001) ;
b5d2b0306c Jean*1681 (PID.TID 0000.0001) SEAICE_growMeltByConv = /* grow,melt by vert. conv. */
1682 (PID.TID 0000.0001) F
1683 (PID.TID 0000.0001) ;
1684 (PID.TID 0000.0001) SEAICE_doOpenWaterGrowth = /* grow by open water */
1685 (PID.TID 0000.0001) F
1686 (PID.TID 0000.0001) ;
1687 (PID.TID 0000.0001) SEAICE_doOpenWaterMelt = /* melt by open water */
1688 (PID.TID 0000.0001) F
1689 (PID.TID 0000.0001) ;
e423074cd0 Gael*1690 (PID.TID 0000.0001) SEAICE_areaGainFormula = /* ice cover gain formula (1,2)*/
1691 (PID.TID 0000.0001) 2
1692 (PID.TID 0000.0001) 1=from growth by ATM
1693 (PID.TID 0000.0001) 2=from predicted growth by ATM
72ca2fdbec Jean*1694 (PID.TID 0000.0001) ;
e423074cd0 Gael*1695 (PID.TID 0000.0001) SEAICE_areaLossFormula = /* ice cover loss formula (1,2)*/
1696 (PID.TID 0000.0001) 3
1697 (PID.TID 0000.0001) 1=from all but only melt conributions by ATM and OCN
1698 (PID.TID 0000.0001) 2=from net melt-grow>0 by ATM and OCN
1699 (PID.TID 0000.0001) 3=from predicted melt by ATM
1700 (PID.TID 0000.0001) ;
1701 (PID.TID 0000.0001) HO = /* nominal thickness of new ice */
1702 (PID.TID 0000.0001) 5.000000000000000E-01
1703 (PID.TID 0000.0001) ;
1704 (PID.TID 0000.0001) HO_south = /* Southern Ocean HO */
1705 (PID.TID 0000.0001) 5.000000000000000E-01
1706 (PID.TID 0000.0001) ;
429e10e0eb Patr*1707 (PID.TID 0000.0001) SEAICE_area_max = /* set to les than 1. to mimic open leads */
1708 (PID.TID 0000.0001) 1.000000000000000E+00
1709 (PID.TID 0000.0001) ;
e423074cd0 Gael*1710 (PID.TID 0000.0001) Sea ice has a variable salinity such that
429e10e0eb Patr*1711 (PID.TID 0000.0001) SEAICE_saltFrac = /* fraction of ocn salinity in new ice */
e423074cd0 Gael*1712 (PID.TID 0000.0001) 3.000000000000000E-01
1713 (PID.TID 0000.0001) ;
429e10e0eb Patr*1714 (PID.TID 0000.0001) SEAICE_salinityTracer = /* test SITR varia. salinity */
1715 (PID.TID 0000.0001) F
1716 (PID.TID 0000.0001) ;
e423074cd0 Gael*1717 (PID.TID 0000.0001) SEAICEuseFlooding = /* turn submerged snow into ice */
1718 (PID.TID 0000.0001) T
1719 (PID.TID 0000.0001) ;
1720 (PID.TID 0000.0001)
1721 (PID.TID 0000.0001) Seaice air-sea fluxes configuration, > START <
1722 (PID.TID 0000.0001) -----------------------------------------------
429e10e0eb Patr*1723 (PID.TID 0000.0001) SEAICEheatConsFix = /* accound for ocn<->seaice advect. heat flux */
1724 (PID.TID 0000.0001) F
1725 (PID.TID 0000.0001) ;
1726 (PID.TID 0000.0001) SEAICE_multDim = /* number of ice categories (1 or 7) */
1727 (PID.TID 0000.0001) 7
1728 (PID.TID 0000.0001) ;
6811577eff Mart*1729 (PID.TID 0000.0001) SEAICE_PDF = /* sea-ice distribution (-) */
1730 (PID.TID 0000.0001) 7 @ 1.428571428571428E-01 /* K = 1: 7 */
1731 (PID.TID 0000.0001) ;
e423074cd0 Gael*1732 (PID.TID 0000.0001) IMAX_TICE = /* iterations for ice surface temp */
1733 (PID.TID 0000.0001) 10
72ca2fdbec Jean*1734 (PID.TID 0000.0001) ;
e423074cd0 Gael*1735 (PID.TID 0000.0001) postSolvTempIter= /* flux calculation after surf. temp iter */
1736 (PID.TID 0000.0001) 0
72ca2fdbec Jean*1737 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1738 (PID.TID 0000.0001) SEAICE_dryIceAlb = /* winter albedo */
1739 (PID.TID 0000.0001) 7.500000000000000E-01
72ca2fdbec Jean*1740 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1741 (PID.TID 0000.0001) SEAICE_wetIceAlb = /* summer albedo */
1742 (PID.TID 0000.0001) 6.600000000000000E-01
72ca2fdbec Jean*1743 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1744 (PID.TID 0000.0001) SEAICE_drySnowAlb = /* dry snow albedo */
1745 (PID.TID 0000.0001) 8.400000000000000E-01
72ca2fdbec Jean*1746 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1747 (PID.TID 0000.0001) SEAICE_wetSnowAlb = /* wet snow albedo */
1748 (PID.TID 0000.0001) 7.000000000000000E-01
72ca2fdbec Jean*1749 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1750 (PID.TID 0000.0001) SEAICE_dryIceAlb_south = /* Southern Ocean dryIceAlb */
1751 (PID.TID 0000.0001) 7.500000000000000E-01
72ca2fdbec Jean*1752 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1753 (PID.TID 0000.0001) SEAICE_wetIceAlb_south = /* Southern Ocean wetIceAlb */
1754 (PID.TID 0000.0001) 6.600000000000000E-01
72ca2fdbec Jean*1755 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1756 (PID.TID 0000.0001) SEAICE_drySnowAlb_south= /* Southern Ocean drySnowAlb */
1757 (PID.TID 0000.0001) 8.400000000000000E-01
66d5eb148f Jean*1758 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1759 (PID.TID 0000.0001) SEAICE_wetSnowAlb_south= /* Southern Ocean wetSnowAlb */
1760 (PID.TID 0000.0001) 7.000000000000000E-01
66d5eb148f Jean*1761 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1762 (PID.TID 0000.0001) SEAICE_wetAlbTemp= /* Temp (o.C) threshold for wet-albedo */
1763 (PID.TID 0000.0001) -1.000000000000000E-03
72ca2fdbec Jean*1764 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1765 (PID.TID 0000.0001) SEAICE_snow_emiss = /* snow emissivity */
72ca2fdbec Jean*1766 (PID.TID 0000.0001) 9.500000000000000E-01
1767 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1768 (PID.TID 0000.0001) SEAICE_ice_emiss = /* seaice emissivity */
72ca2fdbec Jean*1769 (PID.TID 0000.0001) 9.500000000000000E-01
1770 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1771 (PID.TID 0000.0001) SEAICE_cpAir = /* heat capacity of air */
1772 (PID.TID 0000.0001) 1.005000000000000E+03
1773 (PID.TID 0000.0001) ;
1774 (PID.TID 0000.0001) SEAICE_dalton = /* constant dalton number */
1775 (PID.TID 0000.0001) 1.750000000000000E-03
1776 (PID.TID 0000.0001) ;
1777 (PID.TID 0000.0001) SEAICE_iceConduct = /* sea-ice conductivity */
1778 (PID.TID 0000.0001) 2.165600000000000E+00
1779 (PID.TID 0000.0001) ;
1780 (PID.TID 0000.0001) SEAICE_snowConduct= /* snow conductivity */
1781 (PID.TID 0000.0001) 3.100000000000000E-01
1782 (PID.TID 0000.0001) ;
1783 (PID.TID 0000.0001) SEAICE_snowThick = /* cutoff snow thickness (for albedo) */
1784 (PID.TID 0000.0001) 1.500000000000000E-01
1785 (PID.TID 0000.0001) ;
1786 (PID.TID 0000.0001) SEAICE_shortwave = /* penetration shortwave radiation */
1787 (PID.TID 0000.0001) 3.000000000000000E-01
1788 (PID.TID 0000.0001) ;
e423074cd0 Gael*1789 (PID.TID 0000.0001) useMaykutSatVapPoly = /* use Maykut Polynomial for Sat.Vap.Pr */
1790 (PID.TID 0000.0001) T
f5a4d74210 Gael*1791 (PID.TID 0000.0001) ;
1792 (PID.TID 0000.0001) MIN_ATEMP = /* minimum air temperature */
1793 (PID.TID 0000.0001) -5.000000000000000E+01
1794 (PID.TID 0000.0001) ;
1795 (PID.TID 0000.0001) MIN_LWDOWN = /* minimum downward longwave */
1796 (PID.TID 0000.0001) 6.000000000000000E+01
1797 (PID.TID 0000.0001) ;
1798 (PID.TID 0000.0001) MIN_TICE = /* minimum ice temperature */
1799 (PID.TID 0000.0001) -5.000000000000000E+01
1800 (PID.TID 0000.0001) ;
e423074cd0 Gael*1801 (PID.TID 0000.0001)
1802 (PID.TID 0000.0001) Seaice initialization and IO config., > START <
1803 (PID.TID 0000.0001) -------------------------------------------------
f5a4d74210 Gael*1804 (PID.TID 0000.0001) SEAICE_initialHEFF= /* initial sea-ice thickness */
1805 (PID.TID 0000.0001) 1.000000000000000E+00
1806 (PID.TID 0000.0001) ;
1807 (PID.TID 0000.0001) AreaFile = /* Initial ice concentration File */
1808 (PID.TID 0000.0001) ''
1809 (PID.TID 0000.0001) ;
1810 (PID.TID 0000.0001) HeffFile = /* Initial effective ice thickness File */
1811 (PID.TID 0000.0001) ''
1812 (PID.TID 0000.0001) ;
429e10e0eb Patr*1813 (PID.TID 0000.0001) HsnowFile = /* Initial snow thickness File */
1814 (PID.TID 0000.0001) ''
1815 (PID.TID 0000.0001) ;
1816 (PID.TID 0000.0001) HsaltFile = /* Initial HSALT File */
1817 (PID.TID 0000.0001) ''
1818 (PID.TID 0000.0001) ;
f5a4d74210 Gael*1819 (PID.TID 0000.0001) uIceFile = /* Initial U-ice velocity File */
1820 (PID.TID 0000.0001) ''
1821 (PID.TID 0000.0001) ;
1822 (PID.TID 0000.0001) vIceFile = /* Initial V-ice velocity File */
1823 (PID.TID 0000.0001) ''
1824 (PID.TID 0000.0001) ;
1825 (PID.TID 0000.0001) SEAICEwriteState = /* write sea ice state to file */
1826 (PID.TID 0000.0001) T
1827 (PID.TID 0000.0001) ;
1828 (PID.TID 0000.0001) SEAICE_monFreq = /* monitor frequency */
9f77f803ec Jean*1829 (PID.TID 0000.0001) 1.000000000000000E+00
f5a4d74210 Gael*1830 (PID.TID 0000.0001) ;
1831 (PID.TID 0000.0001) SEAICE_dumpFreq = /* dump frequency */
1832 (PID.TID 0000.0001) 0.000000000000000E+00
1833 (PID.TID 0000.0001) ;
1834 (PID.TID 0000.0001) SEAICE_taveFreq = /* time-averaging frequency */
074aa2a738 Gael*1835 (PID.TID 0000.0001) 0.000000000000000E+00
f5a4d74210 Gael*1836 (PID.TID 0000.0001) ;
1837 (PID.TID 0000.0001) SEAICE_mon_stdio = /* write monitor to std-outp */
1838 (PID.TID 0000.0001) T
1839 (PID.TID 0000.0001) ;
1840 (PID.TID 0000.0001) SEAICE_dump_mdsio = /* write snap-shot using MDSIO */
1841 (PID.TID 0000.0001) T
1842 (PID.TID 0000.0001) ;
1843 (PID.TID 0000.0001) SEAICE_tave_mdsio = /* write TimeAverage using MDSIO */
1844 (PID.TID 0000.0001) T
1845 (PID.TID 0000.0001) ;
1846 (PID.TID 0000.0001) SEAICE_mon_mnc = /* write monitor to netcdf file */
1847 (PID.TID 0000.0001) F
1848 (PID.TID 0000.0001) ;
1849 (PID.TID 0000.0001) SEAICE_dump_mnc = /* write snap-shot using MNC */
1850 (PID.TID 0000.0001) F
1851 (PID.TID 0000.0001) ;
1852 (PID.TID 0000.0001) SEAICE_tave_mnc = /* write TimeAverage using MNC */
1853 (PID.TID 0000.0001) F
1854 (PID.TID 0000.0001) ;
429e10e0eb Patr*1855 (PID.TID 0000.0001)
1856 (PID.TID 0000.0001) Seaice regularization numbers, > START <
1857 (PID.TID 0000.0001) -----------------------------------------------
f93c9f973f Jean*1858 (PID.TID 0000.0001) SEAICE_deltaMin = /* reduce singularities in Delta */
429e10e0eb Patr*1859 (PID.TID 0000.0001) 1.000000000000000E-08
1860 (PID.TID 0000.0001) ;
f93c9f973f Jean*1861 (PID.TID 0000.0001) SEAICE_EPS = /* small number */
1862 (PID.TID 0000.0001) 1.000000000000000E-08
1863 (PID.TID 0000.0001) ;
1864 (PID.TID 0000.0001) SEAICE_EPS_SQ = /* small number squared */
429e10e0eb Patr*1865 (PID.TID 0000.0001) 1.000000000000000E-16
1866 (PID.TID 0000.0001) ;
1867 (PID.TID 0000.0001) SEAICE_area_reg = /* reduce derivative singularities */
074aa2a738 Gael*1868 (PID.TID 0000.0001) 1.000000000000000E-05
429e10e0eb Patr*1869 (PID.TID 0000.0001) ;
1870 (PID.TID 0000.0001) SEAICE_hice_reg = /* reduce derivative singularities */
1871 (PID.TID 0000.0001) 5.000000000000000E-02
1872 (PID.TID 0000.0001) ;
1873 (PID.TID 0000.0001) SEAICE_area_floor = /* reduce derivative singularities */
074aa2a738 Gael*1874 (PID.TID 0000.0001) 1.000000000000000E-05
429e10e0eb Patr*1875 (PID.TID 0000.0001) ;
074aa2a738 Gael*1876 (PID.TID 0000.0001)
72ca2fdbec Jean*1877 (PID.TID 0000.0001) // =======================================================
f5a4d74210 Gael*1878 (PID.TID 0000.0001) // Seaice configuration (SEAICE_PARM01) >>> END <<<
72ca2fdbec Jean*1879 (PID.TID 0000.0001) // =======================================================
074aa2a738 Gael*1880 (PID.TID 0000.0001)
fae4a9197e Jean*1881 (PID.TID 0000.0001) ctrl-wet 1: nvarlength = 6720
9f77f803ec Jean*1882 (PID.TID 0000.0001) ctrl-wet 2: surface wet C = 14
1883 (PID.TID 0000.0001) ctrl-wet 3: surface wet W = 8
1884 (PID.TID 0000.0001) ctrl-wet 4: surface wet S = 6
1885 (PID.TID 0000.0001) ctrl-wet 4a:surface wet V = 0
1886 (PID.TID 0000.0001) ctrl-wet 5: 3D wet points = 106
fae4a9197e Jean*1887 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 1 0
1888 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 2 0
9f77f803ec Jean*1889 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 3 0
1890 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 4 0
1891 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 5 0
1892 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 6 0
fae4a9197e Jean*1893 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 7 0
1894 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 8 0
1895 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 9 0
1896 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 10 0
9f77f803ec Jean*1897 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 11 0
1898 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 12 0
1899 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 13 0
1900 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 14 0
1901 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 15 0
1902 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 16 0
1903 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 17 0
fae4a9197e Jean*1904 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 18 0
1905 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 19 0
9f77f803ec Jean*1906 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 20 0
1907 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 21 0
1908 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 22 0
1909 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 23 0
1910 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 24 0
1911 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 25 0
1912 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 26 0
1913 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 27 0
1914 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 28 0
1915 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 29 0
1916 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 30 0
1917 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 31 0
fae4a9197e Jean*1918 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 32 0
9f77f803ec Jean*1919 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 33 0
fae4a9197e Jean*1920 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 34 0
9f77f803ec Jean*1921 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 35 0
fae4a9197e Jean*1922 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 36 0
9f77f803ec Jean*1923 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 37 0
fae4a9197e Jean*1924 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 38 0
1925 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 39 0
9f77f803ec Jean*1926 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 40 0
fae4a9197e Jean*1927 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 41 0
1928 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 42 0
9f77f803ec Jean*1929 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 43 0
1930 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 44 0
1931 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 45 0
1932 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 46 0
1933 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 47 0
1934 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 48 0
1935 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 49 0
1936 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 50 0
1937 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 51 0
1938 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 52 0
1939 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 53 0
1940 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 54 0
1941 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 55 0
1942 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 56 0
1943 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 57 0
1944 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 58 0
1945 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 59 0
1946 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 60 0
fae4a9197e Jean*1947 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 61 0
1948 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 62 0
1949 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 63 0
1950 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 64 0
1951 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 65 0
1952 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 66 0
1953 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 67 0
1954 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 68 0
1955 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 69 0
1956 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 70 0
1957 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 71 0
1958 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 72 0
1959 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 73 0
1960 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 74 0
1961 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 75 0
1962 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 76 0
1963 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 77 0
1964 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 78 0
1965 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 79 0
1966 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 80 0
1967 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 81 0
1968 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 82 0
1969 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 83 0
1970 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 84 0
1971 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 85 0
1972 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 86 0
1973 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 87 0
1974 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 88 0
1975 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 89 0
1976 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 90 0
1977 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 91 0
1978 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 92 0
1979 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 93 0
1980 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 94 0
1981 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 95 0
1982 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 96 0
1983 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 97 0
1984 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 98 0
1985 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 99 0
1986 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 100 0
1987 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 101 1
1988 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 102 1
1989 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 103 0
1990 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 104 0
1991 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 105 0
1992 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 106 0
1993 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 107 0
1994 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 108 0
1995 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 109 0
1996 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 110 0
1997 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 111 0
1998 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 112 0
1999 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 113 0
2000 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 114 0
2001 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 115 0
2002 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 116 0
2003 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 117 0
2004 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 118 0
2005 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 119 0
2006 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 120 0
2007 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 121 0
2008 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 122 0
2009 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 123 0
2010 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 124 0
2011 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 125 0
2012 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 126 0
2013 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 127 0
2014 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 128 0
2015 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 129 0
2016 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 130 0
2017 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 131 0
2018 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 132 0
2019 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 133 0
2020 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 134 0
2021 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 135 0
2022 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 136 0
2023 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 137 0
2024 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 138 0
2025 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 139 0
2026 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 140 0
2027 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 141 0
2028 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 142 0
2029 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 143 0
2030 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 144 0
2031 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 145 0
2032 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 146 0
2033 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 147 0
2034 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 148 0
2035 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 149 0
2036 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 150 0
2037 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 151 0
2038 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 152 0
2039 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 153 0
2040 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 154 0
2041 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 155 0
2042 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 156 0
2043 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 157 0
2044 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 158 0
2045 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 159 0
2046 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 160 0
2047 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 161 0
2048 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 162 0
2049 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 163 0
2050 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 164 0
2051 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 165 0
2052 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 166 0
2053 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 167 0
2054 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 168 0
2055 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 169 0
2056 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 170 0
2057 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 171 0
2058 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 172 0
2059 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 173 0
2060 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 174 0
2061 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 175 0
2062 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 176 0
2063 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 177 0
2064 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 178 0
2065 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 179 0
2066 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 180 0
2067 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 181 0
2068 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 182 0
2069 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 183 0
2070 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 184 0
2071 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 185 0
2072 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 186 0
2073 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 187 0
2074 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 188 0
2075 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 189 0
2076 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 190 0
2077 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 191 0
2078 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 192 0
2079 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 193 0
2080 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 194 0
2081 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 195 0
2082 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 196 0
2083 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 197 0
2084 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 198 0
2085 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 199 0
2086 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 200 0
2087 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 201 1
2088 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 202 1
2089 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 203 0
2090 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 204 0
2091 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 205 0
2092 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 206 0
2093 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 207 0
2094 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 208 0
2095 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 209 0
2096 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 210 0
2097 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 211 0
2098 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 212 0
2099 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 213 0
2100 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 214 0
2101 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 215 0
2102 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 216 0
2103 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 217 0
2104 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 218 0
2105 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 219 0
2106 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 220 0
2107 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 221 0
2108 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 222 0
2109 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 223 0
2110 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 224 0
2111 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 225 0
2112 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 226 0
2113 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 227 0
2114 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 228 0
2115 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 229 0
2116 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 230 0
2117 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 231 0
2118 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 232 0
2119 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 233 0
2120 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 234 0
2121 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 235 0
2122 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 236 0
2123 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 237 0
2124 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 238 0
2125 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 239 0
2126 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 240 0
2127 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 241 0
2128 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 242 0
2129 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 243 0
2130 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 244 0
2131 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 245 0
2132 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 246 0
2133 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 247 0
2134 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 248 0
2135 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 249 0
2136 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 250 0
2137 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 251 0
2138 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 252 0
2139 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 253 0
2140 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 254 0
2141 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 255 0
2142 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 256 0
2143 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 257 0
2144 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 258 0
2145 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 259 0
2146 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 260 0
2147 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 261 0
2148 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 262 0
2149 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 263 0
2150 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 264 0
2151 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 265 0
2152 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 266 0
2153 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 267 0
2154 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 268 0
2155 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 269 0
2156 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 270 0
2157 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 271 0
2158 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 272 0
2159 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 273 0
2160 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 274 0
2161 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 275 0
2162 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 276 0
2163 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 277 0
2164 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 278 0
2165 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 279 0
2166 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 280 0
2167 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 281 0
2168 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 282 0
2169 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 283 0
2170 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 284 0
2171 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 285 0
2172 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 286 0
2173 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 287 0
2174 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 288 0
2175 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 289 0
2176 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 290 0
2177 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 291 0
2178 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 292 0
2179 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 293 0
2180 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 294 0
2181 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 295 0
2182 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 296 0
2183 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 297 0
2184 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 298 0
2185 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 299 0
2186 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 300 0
2187 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 301 2
2188 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 302 2
2189 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 303 2
2190 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 304 2
2191 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 305 2
2192 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 306 2
2193 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 307 2
2194 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 308 2
2195 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 309 2
2196 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 310 0
2197 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 311 0
2198 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 312 0
2199 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 313 0
2200 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 314 0
2201 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 315 0
2202 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 316 0
2203 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 317 0
2204 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 318 0
2205 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 319 0
2206 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 320 0
2207 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 321 0
2208 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 322 0
2209 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 323 0
2210 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 324 0
2211 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 325 0
2212 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 326 0
2213 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 327 0
2214 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 328 0
2215 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 329 0
2216 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 330 0
2217 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 331 0
2218 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 332 0
2219 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 333 0
2220 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 334 0
2221 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 335 0
2222 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 336 0
2223 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 337 0
2224 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 338 0
2225 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 339 0
2226 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 340 0
2227 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 341 0
2228 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 342 0
2229 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 343 0
2230 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 344 0
2231 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 345 0
2232 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 346 0
2233 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 347 0
2234 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 348 0
2235 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 349 0
2236 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 350 0
2237 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 351 0
2238 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 352 0
2239 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 353 0
2240 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 354 0
2241 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 355 0
2242 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 356 0
2243 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 357 0
2244 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 358 0
2245 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 359 0
2246 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 360 0
2247 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 361 0
2248 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 362 0
2249 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 363 0
2250 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 364 0
2251 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 365 0
2252 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 366 0
2253 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 367 0
2254 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 368 0
2255 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 369 0
2256 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 370 0
2257 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 371 0
2258 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 372 0
2259 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 373 0
2260 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 374 0
2261 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 375 0
2262 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 376 0
2263 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 377 0
2264 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 378 0
2265 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 379 0
2266 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 380 0
2267 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 381 0
2268 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 382 0
2269 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 383 0
2270 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 384 0
2271 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 385 0
2272 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 386 0
2273 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 387 0
2274 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 388 0
2275 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 389 0
2276 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 390 0
2277 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 391 0
2278 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 392 0
2279 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 393 0
2280 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 394 0
2281 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 395 0
2282 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 396 0
2283 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 397 0
2284 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 398 0
2285 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 399 0
2286 (PID.TID 0000.0001) ctrl-wet 6: no recs for i = 400 0
9f77f803ec Jean*2287 (PID.TID 0000.0001) ctrl-wet 7: flux 212
fae4a9197e Jean*2288 (PID.TID 0000.0001) ctrl-wet 8: atmos 212
9f77f803ec Jean*2289 (PID.TID 0000.0001) ctrl-wet -------------------------------------------------
fae4a9197e Jean*2290 (PID.TID 0000.0001) ctrl-wet 13: global nvarlength for Nr = 23 6720
9f77f803ec Jean*2291 (PID.TID 0000.0001) ctrl-wet -------------------------------------------------
2292 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 1 150 120 129 0
2293 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 2 150 120 129 0
2294 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 3 150 120 129 0
2295 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 4 150 120 129 0
2296 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 5 145 116 125 0
2297 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 6 140 112 119 0
2298 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 7 133 104 111 0
2299 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 8 126 98 106 0
2300 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 9 115 89 95 0
2301 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 10 99 77 82 0
2302 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 11 90 68 73 0
2303 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 12 82 62 66 0
2304 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 13 71 54 57 0
2305 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 14 68 52 54 0
2306 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 15 58 44 45 0
2307 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 16 50 40 40 0
2308 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 17 40 31 31 0
2309 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 18 30 22 23 0
2310 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 19 10 6 6 0
2311 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 20 3 2 0 0
2312 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 21 0 0 0 0
2313 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 22 0 0 0 0
2314 (PID.TID 0000.0001) ctrl-wet 14: global nWet C/S/W/V k= 23 0 0 0 0
2315 (PID.TID 0000.0001) ctrl-wet -------------------------------------------------
2316 (PID.TID 0000.0001) ctrl-wet -------------------------------------------------
2317 (PID.TID 0000.0001) ctrl-wet -------------------------------------------------
fae4a9197e Jean*2318 (PID.TID 0000.0001) ctrl_init_wet: no. of control variables: 13
2319 (PID.TID 0000.0001) ctrl_init_wet: control vector length: 6720
9f77f803ec Jean*2320 (PID.TID 0000.0001)
2321 (PID.TID 0000.0001) // =======================================================
2322 (PID.TID 0000.0001) // control vector configuration >>> START <<<
2323 (PID.TID 0000.0001) // =======================================================
2324 (PID.TID 0000.0001)
2325 (PID.TID 0000.0001) Total number of ocean points per tile:
2326 (PID.TID 0000.0001) --------------------------------------
2327 (PID.TID 0000.0001) snx*sny*nr = 1840
2328 (PID.TID 0000.0001)
2329 (PID.TID 0000.0001) Number of ocean points per tile:
2330 (PID.TID 0000.0001) --------------------------------
2331 (PID.TID 0000.0001) bi,bj,#(c/s/w): 0001 0001 000106 000034 000058
2332 (PID.TID 0000.0001) bi,bj,#(c/s/w): 0002 0001 001076 000874 000933
2333 (PID.TID 0000.0001) bi,bj,#(c/s/w): 0001 0002 000457 000336 000354
2334 (PID.TID 0000.0001) bi,bj,#(c/s/w): 0002 0002 000221 000213 000204
2335 (PID.TID 0000.0001)
fae4a9197e Jean*2336 (PID.TID 0000.0001) Settings of generic controls:
2337 (PID.TID 0000.0001) -----------------------------
9f77f803ec Jean*2338 (PID.TID 0000.0001)
fae4a9197e Jean*2339 (PID.TID 0000.0001) -> 2D control, genarr2d no. 1 is in use
2340 (PID.TID 0000.0001) file = xx_siarea
2341 (PID.TID 0000.0001) weight = ones_64b.bin
2342 (PID.TID 0000.0001) index = 0101
2343 (PID.TID 0000.0001) ncvarindex = 0201
2344 (PID.TID 0000.0001) -> 2D control, genarr2d no. 2 is in use
2345 (PID.TID 0000.0001) file = xx_siheff
2346 (PID.TID 0000.0001) weight = ones_64b.bin
2347 (PID.TID 0000.0001) index = 0102
2348 (PID.TID 0000.0001) ncvarindex = 0202
2349 (PID.TID 0000.0001) -> 3d control, genarr3d no. 1 is in use
2350 (PID.TID 0000.0001) file = xx_theta
2351 (PID.TID 0000.0001) weight = ones_64b.bin
2352 (PID.TID 0000.0001) index = 0201
2353 (PID.TID 0000.0001) ncvarindex = 0301
2354 (PID.TID 0000.0001) -> 3d control, genarr3d no. 2 is in use
2355 (PID.TID 0000.0001) file = xx_salt
2356 (PID.TID 0000.0001) weight = ones_64b.bin
2357 (PID.TID 0000.0001) index = 0202
2358 (PID.TID 0000.0001) ncvarindex = 0302
2359 (PID.TID 0000.0001) -> time variable 2D control, gentim2d no. 1 is in use
2360 (PID.TID 0000.0001) file = xx_atemp
2361 (PID.TID 0000.0001) weight = ones_64b.bin
2362 (PID.TID 0000.0001) index = 0301
2363 (PID.TID 0000.0001) ncvarindex = 0401
2364 (PID.TID 0000.0001) period = 00000010 000000
2365 (PID.TID 0000.0001) -> time variable 2D control, gentim2d no. 2 is in use
2366 (PID.TID 0000.0001) file = xx_aqh
2367 (PID.TID 0000.0001) weight = ones_64b.bin
2368 (PID.TID 0000.0001) index = 0302
2369 (PID.TID 0000.0001) ncvarindex = 0402
2370 (PID.TID 0000.0001) period = 00000010 000000
2371 (PID.TID 0000.0001) -> time variable 2D control, gentim2d no. 3 is in use
2372 (PID.TID 0000.0001) file = xx_precip
2373 (PID.TID 0000.0001) weight = ones_64b.bin
2374 (PID.TID 0000.0001) index = 0303
2375 (PID.TID 0000.0001) ncvarindex = 0403
2376 (PID.TID 0000.0001) period = 00000010 000000
2377 (PID.TID 0000.0001) -> time variable 2D control, gentim2d no. 4 is in use
2378 (PID.TID 0000.0001) file = xx_snowprecip
2379 (PID.TID 0000.0001) weight = ones_64b.bin
2380 (PID.TID 0000.0001) index = 0304
2381 (PID.TID 0000.0001) ncvarindex = 0404
2382 (PID.TID 0000.0001) period = 00000010 000000
2383 (PID.TID 0000.0001) -> time variable 2D control, gentim2d no. 5 is in use
2384 (PID.TID 0000.0001) file = xx_swdown
2385 (PID.TID 0000.0001) weight = ones_64b.bin
2386 (PID.TID 0000.0001) index = 0305
2387 (PID.TID 0000.0001) ncvarindex = 0405
2388 (PID.TID 0000.0001) period = 00000010 000000
2389 (PID.TID 0000.0001) -> time variable 2D control, gentim2d no. 6 is in use
2390 (PID.TID 0000.0001) file = xx_lwdown
2391 (PID.TID 0000.0001) weight = ones_64b.bin
2392 (PID.TID 0000.0001) index = 0306
2393 (PID.TID 0000.0001) ncvarindex = 0406
2394 (PID.TID 0000.0001) period = 00000010 000000
2395 (PID.TID 0000.0001) -> time variable 2D control, gentim2d no. 7 is in use
2396 (PID.TID 0000.0001) file = xx_uwind
2397 (PID.TID 0000.0001) weight = ones_64b.bin
2398 (PID.TID 0000.0001) index = 0307
2399 (PID.TID 0000.0001) ncvarindex = 0407
2400 (PID.TID 0000.0001) period = 00000010 000000
2401 (PID.TID 0000.0001) -> time variable 2D control, gentim2d no. 8 is in use
2402 (PID.TID 0000.0001) file = xx_vwind
2403 (PID.TID 0000.0001) weight = ones_64b.bin
2404 (PID.TID 0000.0001) index = 0308
2405 (PID.TID 0000.0001) ncvarindex = 0408
2406 (PID.TID 0000.0001) period = 00000010 000000
2407 (PID.TID 0000.0001) -> time variable 2D control, gentim2d no. 9 is in use
2408 (PID.TID 0000.0001) file = xx_apressure
2409 (PID.TID 0000.0001) weight = ones_64b.bin
2410 (PID.TID 0000.0001) index = 0309
2411 (PID.TID 0000.0001) ncvarindex = 0409
2412 (PID.TID 0000.0001) period = 00000010 000000
9f77f803ec Jean*2413 (PID.TID 0000.0001)
2414 (PID.TID 0000.0001) // =======================================================
2415 (PID.TID 0000.0001) // control vector configuration >>> END <<<
2416 (PID.TID 0000.0001) // =======================================================
2417 (PID.TID 0000.0001)
72ca2fdbec Jean*2418 (PID.TID 0000.0001) %MON fCori_max = 1.4210453727344E-04
2419 (PID.TID 0000.0001) %MON fCori_min = 1.0666243053630E-04
2420 (PID.TID 0000.0001) %MON fCori_mean = 1.2711058365303E-04
2421 (PID.TID 0000.0001) %MON fCori_sd = 1.1031533875266E-05
2422 (PID.TID 0000.0001) %MON fCoriG_max = 1.4151032568025E-04
2423 (PID.TID 0000.0001) %MON fCoriG_min = 1.0491029349513E-04
2424 (PID.TID 0000.0001) %MON fCoriG_mean = 1.2591168756569E-04
2425 (PID.TID 0000.0001) %MON fCoriG_sd = 1.1383815633153E-05
2426 (PID.TID 0000.0001) %MON fCoriCos_max = 9.9464325599212E-05
2427 (PID.TID 0000.0001) %MON fCoriCos_min = 3.2807417471054E-05
2428 (PID.TID 0000.0001) %MON fCoriCos_mean = 6.7585896192312E-05
2429 (PID.TID 0000.0001) %MON fCoriCos_sd = 2.0576140902612E-05
6ca0e04f5f Patr*2430 (PID.TID 0000.0001) INI_CG2D: CG2D normalisation factor = 1.6094939840939192E-04
72ca2fdbec Jean*2431 (PID.TID 0000.0001)
2432 (PID.TID 0000.0001) // =======================================================
2433 (PID.TID 0000.0001) // Model configuration
2434 (PID.TID 0000.0001) // =======================================================
2435 (PID.TID 0000.0001) //
2436 (PID.TID 0000.0001) // "Physical" paramters ( PARM01 in namelist )
2437 (PID.TID 0000.0001) //
2438 (PID.TID 0000.0001) buoyancyRelation = /* Type of relation to get Buoyancy */
2439 (PID.TID 0000.0001) 'OCEANIC'
2440 (PID.TID 0000.0001) ;
4782f49605 Gael*2441 (PID.TID 0000.0001) fluidIsAir = /* fluid major constituent is Air */
72ca2fdbec Jean*2442 (PID.TID 0000.0001) F
2443 (PID.TID 0000.0001) ;
4782f49605 Gael*2444 (PID.TID 0000.0001) fluidIsWater = /* fluid major constituent is Water */
72ca2fdbec Jean*2445 (PID.TID 0000.0001) T
2446 (PID.TID 0000.0001) ;
2447 (PID.TID 0000.0001) usingPCoords = /* use p (or p*) vertical coordinate */
2448 (PID.TID 0000.0001) F
2449 (PID.TID 0000.0001) ;
2450 (PID.TID 0000.0001) usingZCoords = /* use z (or z*) vertical coordinate */
2451 (PID.TID 0000.0001) T
2452 (PID.TID 0000.0001) ;
2453 (PID.TID 0000.0001) tRef = /* Reference temperature profile ( oC or K ) */
2454 (PID.TID 0000.0001) 2.400000000000000E+01, /* K = 1 */
2455 (PID.TID 0000.0001) 2.300000000000000E+01, /* K = 2 */
2456 (PID.TID 0000.0001) 2.200000000000000E+01, /* K = 3 */
2457 (PID.TID 0000.0001) 2.100000000000000E+01, /* K = 4 */
2458 (PID.TID 0000.0001) 2.000000000000000E+01, /* K = 5 */
2459 (PID.TID 0000.0001) 1.900000000000000E+01, /* K = 6 */
2460 (PID.TID 0000.0001) 1.800000000000000E+01, /* K = 7 */
2461 (PID.TID 0000.0001) 1.700000000000000E+01, /* K = 8 */
2462 (PID.TID 0000.0001) 1.600000000000000E+01, /* K = 9 */
2463 (PID.TID 0000.0001) 1.500000000000000E+01, /* K = 10 */
2464 (PID.TID 0000.0001) 1.400000000000000E+01, /* K = 11 */
2465 (PID.TID 0000.0001) 1.300000000000000E+01, /* K = 12 */
2466 (PID.TID 0000.0001) 1.200000000000000E+01, /* K = 13 */
2467 (PID.TID 0000.0001) 1.100000000000000E+01, /* K = 14 */
2468 (PID.TID 0000.0001) 1.000000000000000E+01, /* K = 15 */
2469 (PID.TID 0000.0001) 9.000000000000000E+00, /* K = 16 */
2470 (PID.TID 0000.0001) 8.000000000000000E+00, /* K = 17 */
2471 (PID.TID 0000.0001) 7.000000000000000E+00, /* K = 18 */
2472 (PID.TID 0000.0001) 6.000000000000000E+00, /* K = 19 */
2473 (PID.TID 0000.0001) 5.000000000000000E+00, /* K = 20 */
2474 (PID.TID 0000.0001) 4.000000000000000E+00, /* K = 21 */
2475 (PID.TID 0000.0001) 3.000000000000000E+00, /* K = 22 */
2476 (PID.TID 0000.0001) 2.000000000000000E+00 /* K = 23 */
2477 (PID.TID 0000.0001) ;
fae4a9197e Jean*2478 (PID.TID 0000.0001) sRef = /* Reference salinity profile ( g/kg ) */
72ca2fdbec Jean*2479 (PID.TID 0000.0001) 3.465000000000000E+01, /* K = 1 */
2480 (PID.TID 0000.0001) 3.475000000000000E+01, /* K = 2 */
2481 (PID.TID 0000.0001) 3.482000000000000E+01, /* K = 3 */
2482 (PID.TID 0000.0001) 3.487000000000000E+01, /* K = 4 */
2483 (PID.TID 0000.0001) 2 @ 3.490000000000000E+01, /* K = 5: 6 */
2484 (PID.TID 0000.0001) 3.486000000000000E+01, /* K = 7 */
2485 (PID.TID 0000.0001) 3.478000000000000E+01, /* K = 8 */
2486 (PID.TID 0000.0001) 3.469000000000000E+01, /* K = 9 */
2487 (PID.TID 0000.0001) 3.460000000000000E+01, /* K = 10 */
2488 (PID.TID 0000.0001) 3.458000000000000E+01, /* K = 11 */
2489 (PID.TID 0000.0001) 3.462000000000000E+01, /* K = 12 */
2490 (PID.TID 0000.0001) 3.468000000000000E+01, /* K = 13 */
2491 (PID.TID 0000.0001) 3.472000000000000E+01, /* K = 14 */
2492 (PID.TID 0000.0001) 3.473000000000000E+01, /* K = 15 */
2493 (PID.TID 0000.0001) 3.474000000000000E+01, /* K = 16 */
2494 (PID.TID 0000.0001) 2 @ 3.473000000000000E+01, /* K = 17: 18 */
2495 (PID.TID 0000.0001) 2 @ 3.472000000000000E+01, /* K = 19: 20 */
2496 (PID.TID 0000.0001) 3.471000000000000E+01, /* K = 21 */
2497 (PID.TID 0000.0001) 3.470000000000000E+01, /* K = 22 */
2498 (PID.TID 0000.0001) 3.469000000000000E+01 /* K = 23 */
2499 (PID.TID 0000.0001) ;
5bc996898d Mart*2500 (PID.TID 0000.0001) rhoRef = /* Density vertical profile from (Ref,sRef)( kg/m^3 ) */
2501 (PID.TID 0000.0001) 1.023399597669854E+03, /* K = 1 */
2502 (PID.TID 0000.0001) 1.023810240320856E+03, /* K = 2 */
2503 (PID.TID 0000.0001) 1.024201435647580E+03, /* K = 3 */
2504 (PID.TID 0000.0001) 1.024591510588746E+03, /* K = 4 */
2505 (PID.TID 0000.0001) 1.024969611150069E+03, /* K = 5 */
2506 (PID.TID 0000.0001) 1.025328017199967E+03, /* K = 6 */
2507 (PID.TID 0000.0001) 1.025680833282475E+03, /* K = 7 */
2508 (PID.TID 0000.0001) 1.026050051489947E+03, /* K = 8 */
2509 (PID.TID 0000.0001) 1.026491970185416E+03, /* K = 9 */
2510 (PID.TID 0000.0001) 1.027036952689552E+03, /* K = 10 */
2511 (PID.TID 0000.0001) 1.027794852671120E+03, /* K = 11 */
2512 (PID.TID 0000.0001) 1.028814168587807E+03, /* K = 12 */
2513 (PID.TID 0000.0001) 1.030119722650770E+03, /* K = 13 */
2514 (PID.TID 0000.0001) 1.031735154401125E+03, /* K = 14 */
2515 (PID.TID 0000.0001) 1.033628649568903E+03, /* K = 15 */
2516 (PID.TID 0000.0001) 1.035732830613343E+03, /* K = 16 */
2517 (PID.TID 0000.0001) 1.037997052952795E+03, /* K = 17 */
2518 (PID.TID 0000.0001) 1.040366267417616E+03, /* K = 18 */
2519 (PID.TID 0000.0001) 1.042716568158493E+03, /* K = 19 */
2520 (PID.TID 0000.0001) 1.045063813536698E+03, /* K = 20 */
2521 (PID.TID 0000.0001) 1.047393250130134E+03, /* K = 21 */
2522 (PID.TID 0000.0001) 1.049712998140759E+03, /* K = 22 */
2523 (PID.TID 0000.0001) 1.052023490263938E+03 /* K = 23 */
2524 (PID.TID 0000.0001) ;
2525 (PID.TID 0000.0001) dBdrRef = /* Vertical grad. of reference buoyancy [(m/s/r)^2] */
2526 (PID.TID 0000.0001) 0.000000000000000E+00, /* K = 1 */
2527 (PID.TID 0000.0001) 3.513461801096672E-04, /* K = 2 */
2528 (PID.TID 0000.0001) 2.578462793867026E-04, /* K = 3 */
2529 (PID.TID 0000.0001) 1.716535447918954E-04, /* K = 4 */
2530 (PID.TID 0000.0001) 1.391849606744939E-04, /* K = 5 */
2531 (PID.TID 0000.0001) 1.106038973987551E-04, /* K = 6 */
2532 (PID.TID 0000.0001) 7.062448315028799E-05, /* K = 7 */
2533 (PID.TID 0000.0001) 4.112152780686669E-05, /* K = 8 */
2534 (PID.TID 0000.0001) 2.554455911799560E-05, /* K = 9 */
2535 (PID.TID 0000.0001) 1.739274227427603E-05, /* K = 10 */
2536 (PID.TID 0000.0001) 1.573008010125636E-05, /* K = 11 */
2537 (PID.TID 0000.0001) 1.341763357458043E-05, /* K = 12 */
2538 (PID.TID 0000.0001) 1.029886793911016E-05, /* K = 13 */
2539 (PID.TID 0000.0001) 7.244777660794312E-06, /* K = 14 */
2540 (PID.TID 0000.0001) 5.291061202791868E-06, /* K = 15 */
2541 (PID.TID 0000.0001) 4.668992652371521E-06, /* K = 16 */
2542 (PID.TID 0000.0001) 3.952349989520169E-06, /* K = 17 */
2543 (PID.TID 0000.0001) 3.937600045035830E-06, /* K = 18 */
2544 (PID.TID 0000.0001) 3.833348475309353E-06, /* K = 19 */
2545 (PID.TID 0000.0001) 4.027570774400333E-06, /* K = 20 */
2546 (PID.TID 0000.0001) 3.935806005392895E-06, /* K = 21 */
2547 (PID.TID 0000.0001) 3.995673930141529E-06, /* K = 22 */
2548 (PID.TID 0000.0001) 4.061338744769299E-06 /* K = 23 */
2549 (PID.TID 0000.0001) ;
b5d2b0306c Jean*2550 (PID.TID 0000.0001) useStrainTensionVisc= /* Use StrainTension Form of Viscous Operator */
72ca2fdbec Jean*2551 (PID.TID 0000.0001) F
2552 (PID.TID 0000.0001) ;
b5d2b0306c Jean*2553 (PID.TID 0000.0001) useVariableVisc = /* Use variable horizontal viscosity */
72ca2fdbec Jean*2554 (PID.TID 0000.0001) F
2555 (PID.TID 0000.0001) ;
b5d2b0306c Jean*2556 (PID.TID 0000.0001) useHarmonicVisc = /* Use harmonic horizontal viscosity */
2557 (PID.TID 0000.0001) T
72ca2fdbec Jean*2558 (PID.TID 0000.0001) ;
b5d2b0306c Jean*2559 (PID.TID 0000.0001) useBiharmonicVisc= /* Use biharmonic horiz. viscosity */
2560 (PID.TID 0000.0001) F
72ca2fdbec Jean*2561 (PID.TID 0000.0001) ;
b5d2b0306c Jean*2562 (PID.TID 0000.0001) useSmag3D = /* Use isotropic 3-D Smagorinsky viscosity */
2563 (PID.TID 0000.0001) F
72ca2fdbec Jean*2564 (PID.TID 0000.0001) ;
b5d2b0306c Jean*2565 (PID.TID 0000.0001) viscAh = /* Lateral harmonic viscosity ( m^2/s ) */
2566 (PID.TID 0000.0001) 5.000000000000000E+04
72ca2fdbec Jean*2567 (PID.TID 0000.0001) ;
4782f49605 Gael*2568 (PID.TID 0000.0001) viscA4 = /* Lateral biharmonic viscosity ( m^4/s ) */
72ca2fdbec Jean*2569 (PID.TID 0000.0001) 0.000000000000000E+00
2570 (PID.TID 0000.0001) ;
2571 (PID.TID 0000.0001) no_slip_sides = /* Viscous BCs: No-slip sides */
2572 (PID.TID 0000.0001) F
2573 (PID.TID 0000.0001) ;
2574 (PID.TID 0000.0001) sideDragFactor = /* side-drag scaling factor (non-dim) */
2575 (PID.TID 0000.0001) 2.000000000000000E+00
2576 (PID.TID 0000.0001) ;
08067ff387 Jean*2577 (PID.TID 0000.0001) viscArNr = /* vertical profile of vertical viscosity ( m^2/s )*/
2578 (PID.TID 0000.0001) 23 @ 1.930000000000000E-05 /* K = 1: 23 */
72ca2fdbec Jean*2579 (PID.TID 0000.0001) ;
2580 (PID.TID 0000.0001) no_slip_bottom = /* Viscous BCs: No-slip bottom */
2581 (PID.TID 0000.0001) T
2582 (PID.TID 0000.0001) ;
6811577eff Mart*2583 (PID.TID 0000.0001) bottomVisc_pCell = /* Partial-cell in bottom Visc. BC */
2584 (PID.TID 0000.0001) F
2585 (PID.TID 0000.0001) ;
f3cf31a902 Patr*2586 (PID.TID 0000.0001) bottomDragLinear = /* linear bottom-drag coefficient ( m/s ) */
72ca2fdbec Jean*2587 (PID.TID 0000.0001) 0.000000000000000E+00
2588 (PID.TID 0000.0001) ;
ca04dac4c2 Patr*2589 (PID.TID 0000.0001) bottomDragQuadratic = /* quadratic bottom-drag coefficient (-) */
72ca2fdbec Jean*2590 (PID.TID 0000.0001) 0.000000000000000E+00
2591 (PID.TID 0000.0001) ;
6811577eff Mart*2592 (PID.TID 0000.0001) selectBotDragQuadr = /* select quadratic bottom drag options */
2593 (PID.TID 0000.0001) -1
2594 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2595 (PID.TID 0000.0001) diffKhT = /* Laplacian diffusion of heat laterally ( m^2/s ) */
2596 (PID.TID 0000.0001) 0.000000000000000E+00
2597 (PID.TID 0000.0001) ;
f3cf31a902 Patr*2598 (PID.TID 0000.0001) diffK4T = /* Biharmonic diffusion of heat laterally ( m^4/s ) */
72ca2fdbec Jean*2599 (PID.TID 0000.0001) 0.000000000000000E+00
2600 (PID.TID 0000.0001) ;
2601 (PID.TID 0000.0001) diffKhS = /* Laplacian diffusion of salt laterally ( m^2/s ) */
2602 (PID.TID 0000.0001) 0.000000000000000E+00
2603 (PID.TID 0000.0001) ;
f3cf31a902 Patr*2604 (PID.TID 0000.0001) diffK4S = /* Biharmonic diffusion of salt laterally ( m^4/s ) */
72ca2fdbec Jean*2605 (PID.TID 0000.0001) 0.000000000000000E+00
2606 (PID.TID 0000.0001) ;
2607 (PID.TID 0000.0001) diffKrNrT = /* vertical profile of vertical diffusion of Temp ( m^2/s )*/
2608 (PID.TID 0000.0001) 23 @ 1.460000000000000E-05 /* K = 1: 23 */
2609 (PID.TID 0000.0001) ;
2610 (PID.TID 0000.0001) diffKrNrS = /* vertical profile of vertical diffusion of Salt ( m^2/s )*/
2611 (PID.TID 0000.0001) 23 @ 1.460000000000000E-05 /* K = 1: 23 */
2612 (PID.TID 0000.0001) ;
f3cf31a902 Patr*2613 (PID.TID 0000.0001) diffKrBL79surf = /* Surface diffusion for Bryan and Lewis 79 ( m^2/s ) */
72ca2fdbec Jean*2614 (PID.TID 0000.0001) 0.000000000000000E+00
2615 (PID.TID 0000.0001) ;
f3cf31a902 Patr*2616 (PID.TID 0000.0001) diffKrBL79deep = /* Deep diffusion for Bryan and Lewis 1979 ( m^2/s ) */
72ca2fdbec Jean*2617 (PID.TID 0000.0001) 0.000000000000000E+00
2618 (PID.TID 0000.0001) ;
f3cf31a902 Patr*2619 (PID.TID 0000.0001) diffKrBL79scl = /* Depth scale for Bryan and Lewis 1979 ( m ) */
72ca2fdbec Jean*2620 (PID.TID 0000.0001) 2.000000000000000E+02
2621 (PID.TID 0000.0001) ;
f3cf31a902 Patr*2622 (PID.TID 0000.0001) diffKrBL79Ho = /* Turning depth for Bryan and Lewis 1979 ( m ) */
72ca2fdbec Jean*2623 (PID.TID 0000.0001) -2.000000000000000E+03
2624 (PID.TID 0000.0001) ;
4782f49605 Gael*2625 (PID.TID 0000.0001) ivdc_kappa = /* Implicit Vertical Diffusivity for Convection ( m^2/s) */
72ca2fdbec Jean*2626 (PID.TID 0000.0001) 0.000000000000000E+00
2627 (PID.TID 0000.0001) ;
2628 (PID.TID 0000.0001) hMixCriteria= /* Criteria for mixed-layer diagnostic */
2629 (PID.TID 0000.0001) -8.000000000000000E-01
2630 (PID.TID 0000.0001) ;
4782f49605 Gael*2631 (PID.TID 0000.0001) dRhoSmall = /* Parameter for mixed-layer diagnostic */
ca04dac4c2 Patr*2632 (PID.TID 0000.0001) 1.000000000000000E-06
2633 (PID.TID 0000.0001) ;
2634 (PID.TID 0000.0001) hMixSmooth= /* Smoothing parameter for mixed-layer diagnostic */
2635 (PID.TID 0000.0001) 0.000000000000000E+00
2636 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2637 (PID.TID 0000.0001) eosType = /* Type of Equation of State */
2638 (PID.TID 0000.0001) 'JMD95Z'
2639 (PID.TID 0000.0001) ;
4a08d54d3a Mart*2640 (PID.TID 0000.0001) eosRefP0 = /* Reference atmospheric pressure for EOS ( Pa ) */
2641 (PID.TID 0000.0001) 1.013250000000000E+05
2642 (PID.TID 0000.0001) ;
f93c9f973f Jean*2643 (PID.TID 0000.0001) selectP_inEOS_Zc = /* select pressure to use in EOS (0,1,2,3) */
2644 (PID.TID 0000.0001) 0
2645 (PID.TID 0000.0001) 0= -g*rhoConst*z ; 1= pRef (from tRef,sRef); 2= Hyd P ; 3= Hyd+NH P
2646 (PID.TID 0000.0001) ;
4a08d54d3a Mart*2647 (PID.TID 0000.0001) surf_pRef = /* Surface reference pressure ( Pa ) */
2648 (PID.TID 0000.0001) 1.013250000000000E+05
2649 (PID.TID 0000.0001) ;
b77cc81cd1 Mart*2650 (PID.TID 0000.0001) HeatCapacity_Cp = /* Specific heat capacity ( J/kg/K ) */
2651 (PID.TID 0000.0001) 3.986000000000000E+03
2652 (PID.TID 0000.0001) ;
f761b709bc Jean*2653 (PID.TID 0000.0001) celsius2K = /* 0 degree Celsius converted to Kelvin ( K ) */
2654 (PID.TID 0000.0001) 2.731600000000000E+02
72ca2fdbec Jean*2655 (PID.TID 0000.0001) ;
f761b709bc Jean*2656 (PID.TID 0000.0001) rhoConst = /* Reference density (Boussinesq) ( kg/m^3 ) */
72ca2fdbec Jean*2657 (PID.TID 0000.0001) 1.027000000000000E+03
2658 (PID.TID 0000.0001) ;
2659 (PID.TID 0000.0001) rhoFacC = /* normalized Reference density @ cell-Center (-) */
2660 (PID.TID 0000.0001) 23 @ 1.000000000000000E+00 /* K = 1: 23 */
2661 (PID.TID 0000.0001) ;
2662 (PID.TID 0000.0001) rhoFacF = /* normalized Reference density @ W-Interface (-) */
2663 (PID.TID 0000.0001) 24 @ 1.000000000000000E+00 /* K = 1: 24 */
2664 (PID.TID 0000.0001) ;
f761b709bc Jean*2665 (PID.TID 0000.0001) rhoConstFresh = /* Fresh-water reference density ( kg/m^3 ) */
172555e26d Ian *2666 (PID.TID 0000.0001) 9.998000000000000E+02
72ca2fdbec Jean*2667 (PID.TID 0000.0001) ;
2668 (PID.TID 0000.0001) gravity = /* Gravitational acceleration ( m/s^2 ) */
2669 (PID.TID 0000.0001) 9.815600000000000E+00
2670 (PID.TID 0000.0001) ;
2671 (PID.TID 0000.0001) gBaro = /* Barotropic gravity ( m/s^2 ) */
2672 (PID.TID 0000.0001) 9.815600000000000E+00
2673 (PID.TID 0000.0001) ;
f93c9f973f Jean*2674 (PID.TID 0000.0001) gravFacC = /* gravity factor (vs surf.) @ cell-Center (-) */
2675 (PID.TID 0000.0001) 23 @ 1.000000000000000E+00 /* K = 1: 23 */
2676 (PID.TID 0000.0001) ;
2677 (PID.TID 0000.0001) gravFacF = /* gravity factor (vs surf.) @ W-Interface (-) */
2678 (PID.TID 0000.0001) 24 @ 1.000000000000000E+00 /* K = 1: 24 */
2679 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2680 (PID.TID 0000.0001) rotationPeriod = /* Rotation Period ( s ) */
2681 (PID.TID 0000.0001) 8.616400000000000E+04
2682 (PID.TID 0000.0001) ;
2683 (PID.TID 0000.0001) omega = /* Angular velocity ( rad/s ) */
2684 (PID.TID 0000.0001) 7.292123516990375E-05
2685 (PID.TID 0000.0001) ;
2686 (PID.TID 0000.0001) f0 = /* Reference coriolis parameter ( 1/s ) */
2687 (PID.TID 0000.0001) 1.000000000000000E-04
2688 (PID.TID 0000.0001) ;
2689 (PID.TID 0000.0001) beta = /* Beta ( 1/(m.s) ) */
2690 (PID.TID 0000.0001) 9.999999999999999E-12
2691 (PID.TID 0000.0001) ;
336f905219 Gael*2692 (PID.TID 0000.0001) fPrime = /* Second coriolis parameter ( 1/s ) */
2693 (PID.TID 0000.0001) 0.000000000000000E+00
2694 (PID.TID 0000.0001) ;
4782f49605 Gael*2695 (PID.TID 0000.0001) rigidLid = /* Rigid lid on/off flag */
2696 (PID.TID 0000.0001) F
72ca2fdbec Jean*2697 (PID.TID 0000.0001) ;
2698 (PID.TID 0000.0001) implicitFreeSurface = /* Implicit free surface on/off flag */
2699 (PID.TID 0000.0001) T
2700 (PID.TID 0000.0001) ;
4782f49605 Gael*2701 (PID.TID 0000.0001) freeSurfFac = /* Implicit free surface factor */
2702 (PID.TID 0000.0001) 1.000000000000000E+00
72ca2fdbec Jean*2703 (PID.TID 0000.0001) ;
fae4a9197e Jean*2704 (PID.TID 0000.0001) implicSurfPress = /* Surface Pressure implicit factor (0-1) */
72ca2fdbec Jean*2705 (PID.TID 0000.0001) 1.000000000000000E+00
2706 (PID.TID 0000.0001) ;
fae4a9197e Jean*2707 (PID.TID 0000.0001) implicDiv2DFlow = /* Barot. Flow Div. implicit factor (0-1) */
72ca2fdbec Jean*2708 (PID.TID 0000.0001) 1.000000000000000E+00
2709 (PID.TID 0000.0001) ;
fae4a9197e Jean*2710 (PID.TID 0000.0001) uniformLin_PhiSurf = /* use uniform Bo_surf on/off flag */
72ca2fdbec Jean*2711 (PID.TID 0000.0001) T
2712 (PID.TID 0000.0001) ;
074aa2a738 Gael*2713 (PID.TID 0000.0001) uniformFreeSurfLev = /* free-surface level-index is uniform */
2714 (PID.TID 0000.0001) T
2715 (PID.TID 0000.0001) ;
fae4a9197e Jean*2716 (PID.TID 0000.0001) sIceLoadFac = /* scale factor for sIceLoad (0-1) */
2717 (PID.TID 0000.0001) 1.000000000000000E+00
2718 (PID.TID 0000.0001) ;
4782f49605 Gael*2719 (PID.TID 0000.0001) hFacMin = /* minimum partial cell factor (hFac) */
2720 (PID.TID 0000.0001) 1.000000000000000E+00
2721 (PID.TID 0000.0001) ;
2722 (PID.TID 0000.0001) hFacMinDr = /* minimum partial cell thickness ( m) */
29e0f6eb47 Jean*2723 (PID.TID 0000.0001) 0.000000000000000E+00
4782f49605 Gael*2724 (PID.TID 0000.0001) ;
fae4a9197e Jean*2725 (PID.TID 0000.0001) exactConserv = /* Exact Volume Conservation on/off flag */
074aa2a738 Gael*2726 (PID.TID 0000.0001) F
2727 (PID.TID 0000.0001) ;
fae4a9197e Jean*2728 (PID.TID 0000.0001) linFSConserveTr = /* Tracer correction for Lin Free Surface on/off flag */
074aa2a738 Gael*2729 (PID.TID 0000.0001) F
2730 (PID.TID 0000.0001) ;
336f905219 Gael*2731 (PID.TID 0000.0001) nonlinFreeSurf = /* Non-linear Free Surf. options (-1,0,1,2,3)*/
72ca2fdbec Jean*2732 (PID.TID 0000.0001) 0
2733 (PID.TID 0000.0001) -1,0= Off ; 1,2,3= On, 2=+rescale gU,gV, 3=+update cg2d solv.
336f905219 Gael*2734 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2735 (PID.TID 0000.0001) hFacInf = /* lower threshold for hFac (nonlinFreeSurf only)*/
2736 (PID.TID 0000.0001) 2.000000000000000E-01
2737 (PID.TID 0000.0001) ;
2738 (PID.TID 0000.0001) hFacSup = /* upper threshold for hFac (nonlinFreeSurf only)*/
2739 (PID.TID 0000.0001) 2.000000000000000E+00
2740 (PID.TID 0000.0001) ;
4782f49605 Gael*2741 (PID.TID 0000.0001) select_rStar = /* r* Vertical coord. options (=0 r coord.; >0 uses r*)*/
72ca2fdbec Jean*2742 (PID.TID 0000.0001) 0
2743 (PID.TID 0000.0001) ;
9aa0c46fff Patr*2744 (PID.TID 0000.0001) useRealFreshWaterFlux = /* Real Fresh Water Flux on/off flag*/
72ca2fdbec Jean*2745 (PID.TID 0000.0001) F
2746 (PID.TID 0000.0001) ;
9aa0c46fff Patr*2747 (PID.TID 0000.0001) temp_EvPrRn = /* Temp. of Evap/Prec/R (UNSET=use local T)(oC)*/
2748 (PID.TID 0000.0001) 1.234567000000000E+05
2749 (PID.TID 0000.0001) ;
fae4a9197e Jean*2750 (PID.TID 0000.0001) salt_EvPrRn = /* Salin. of Evap/Prec/R (UNSET=use local S)(g/kg)*/
9aa0c46fff Patr*2751 (PID.TID 0000.0001) 0.000000000000000E+00
2752 (PID.TID 0000.0001) ;
074aa2a738 Gael*2753 (PID.TID 0000.0001) selectAddFluid = /* option for mass source/sink of fluid (=0: off) */
2754 (PID.TID 0000.0001) 0
2755 (PID.TID 0000.0001) ;
66d5eb148f Jean*2756 (PID.TID 0000.0001) temp_addMass = /* Temp. of addMass array (UNSET=use local T)(oC)*/
2757 (PID.TID 0000.0001) 1.234567000000000E+05
2758 (PID.TID 0000.0001) ;
fae4a9197e Jean*2759 (PID.TID 0000.0001) salt_addMass = /* Salin. of addMass array (UNSET=use local S)(g/kg)*/
66d5eb148f Jean*2760 (PID.TID 0000.0001) 0.000000000000000E+00
2761 (PID.TID 0000.0001) ;
fae4a9197e Jean*2762 (PID.TID 0000.0001) convertFW2Salt = /* convert F.W. Flux to Salt Flux (-1=use local S)(g/kg)*/
72ca2fdbec Jean*2763 (PID.TID 0000.0001) 3.500000000000000E+01
2764 (PID.TID 0000.0001) ;
2765 (PID.TID 0000.0001) use3Dsolver = /* use 3-D pressure solver on/off flag */
2766 (PID.TID 0000.0001) F
2767 (PID.TID 0000.0001) ;
2768 (PID.TID 0000.0001) nonHydrostatic = /* Non-Hydrostatic on/off flag */
2769 (PID.TID 0000.0001) F
2770 (PID.TID 0000.0001) ;
2771 (PID.TID 0000.0001) nh_Am2 = /* Non-Hydrostatic terms scaling factor */
2772 (PID.TID 0000.0001) 1.000000000000000E+00
2773 (PID.TID 0000.0001) ;
d1a7d080e2 Jean*2774 (PID.TID 0000.0001) implicitNHPress = /* Non-Hyd Pressure implicit factor (0-1)*/
2775 (PID.TID 0000.0001) 1.000000000000000E+00
2776 (PID.TID 0000.0001) ;
2777 (PID.TID 0000.0001) selectNHfreeSurf = /* Non-Hyd (free-)Surface option */
2778 (PID.TID 0000.0001) 0
2779 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2780 (PID.TID 0000.0001) quasiHydrostatic = /* Quasi-Hydrostatic on/off flag */
2781 (PID.TID 0000.0001) F
2782 (PID.TID 0000.0001) ;
4684c345dd Jean*2783 (PID.TID 0000.0001) calc_wVelocity = /* vertical velocity calculation on/off flag */
2784 (PID.TID 0000.0001) T
2785 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2786 (PID.TID 0000.0001) momStepping = /* Momentum equation on/off flag */
2787 (PID.TID 0000.0001) T
2788 (PID.TID 0000.0001) ;
2789 (PID.TID 0000.0001) vectorInvariantMomentum= /* Vector-Invariant Momentum on/off */
2790 (PID.TID 0000.0001) F
2791 (PID.TID 0000.0001) ;
2792 (PID.TID 0000.0001) momAdvection = /* Momentum advection on/off flag */
2793 (PID.TID 0000.0001) T
2794 (PID.TID 0000.0001) ;
2795 (PID.TID 0000.0001) momViscosity = /* Momentum viscosity on/off flag */
2796 (PID.TID 0000.0001) T
2797 (PID.TID 0000.0001) ;
4782f49605 Gael*2798 (PID.TID 0000.0001) momImplVertAdv= /* Momentum implicit vert. advection on/off*/
72ca2fdbec Jean*2799 (PID.TID 0000.0001) F
2800 (PID.TID 0000.0001) ;
2801 (PID.TID 0000.0001) implicitViscosity = /* Implicit viscosity on/off flag */
2802 (PID.TID 0000.0001) T
2803 (PID.TID 0000.0001) ;
8af6ce5f73 Jean*2804 (PID.TID 0000.0001) selectImplicitDrag= /* Implicit bot Drag options (0,1,2)*/
2805 (PID.TID 0000.0001) 0
2806 (PID.TID 0000.0001) 0= Expl. ; 1= Impl. on provis. Vel ; 2= Fully Impl (with surf.P)
6811577eff Mart*2807 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2808 (PID.TID 0000.0001) metricTerms = /* metric-Terms on/off flag */
2809 (PID.TID 0000.0001) T
2810 (PID.TID 0000.0001) ;
2811 (PID.TID 0000.0001) useNHMTerms = /* Non-Hydrostatic Metric-Terms on/off */
2812 (PID.TID 0000.0001) F
2813 (PID.TID 0000.0001) ;
336f905219 Gael*2814 (PID.TID 0000.0001) selectCoriMap = /* Coriolis Map options (0,1,2,3)*/
2815 (PID.TID 0000.0001) 2
2816 (PID.TID 0000.0001) 0= f-Plane ; 1= Beta-Plane ; 2= Spherical ; 3= read from file
72ca2fdbec Jean*2817 (PID.TID 0000.0001) ;
2818 (PID.TID 0000.0001) use3dCoriolis = /* 3-D Coriolis on/off flag */
2819 (PID.TID 0000.0001) F
2820 (PID.TID 0000.0001) ;
2821 (PID.TID 0000.0001) useCoriolis = /* Coriolis on/off flag */
2822 (PID.TID 0000.0001) T
2823 (PID.TID 0000.0001) ;
2824 (PID.TID 0000.0001) useCDscheme = /* CD scheme on/off flag */
2825 (PID.TID 0000.0001) T
2826 (PID.TID 0000.0001) ;
4a08d54d3a Mart*2827 (PID.TID 0000.0001) selectCoriScheme= /* Scheme selector for Coriolis-Term */
72ca2fdbec Jean*2828 (PID.TID 0000.0001) 0
4a08d54d3a Mart*2829 (PID.TID 0000.0001) = 0 : original discretization (simple averaging, no hFac)
2830 (PID.TID 0000.0001) = 1 : Wet-point averaging (Jamar & Ozer 1986)
2831 (PID.TID 0000.0001) = 2 : energy conserving scheme (no hFac weight)
2832 (PID.TID 0000.0001) = 3 : energy conserving scheme using Wet-point averaging
72ca2fdbec Jean*2833 (PID.TID 0000.0001) ;
2834 (PID.TID 0000.0001) momForcing = /* Momentum forcing on/off flag */
2835 (PID.TID 0000.0001) T
2836 (PID.TID 0000.0001) ;
9f77f803ec Jean*2837 (PID.TID 0000.0001) momTidalForcing = /* Momentum Tidal forcing on/off flag */
2838 (PID.TID 0000.0001) T
2839 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2840 (PID.TID 0000.0001) momPressureForcing = /* Momentum pressure term on/off flag */
2841 (PID.TID 0000.0001) T
2842 (PID.TID 0000.0001) ;
2843 (PID.TID 0000.0001) implicitIntGravWave= /* Implicit Internal Gravity Wave flag */
2844 (PID.TID 0000.0001) F
2845 (PID.TID 0000.0001) ;
4684c345dd Jean*2846 (PID.TID 0000.0001) staggerTimeStep = /* Stagger time stepping on/off flag */
b631ba73ca Patr*2847 (PID.TID 0000.0001) T
72ca2fdbec Jean*2848 (PID.TID 0000.0001) ;
4684c345dd Jean*2849 (PID.TID 0000.0001) doResetHFactors = /* reset thickness factors @ each time-step */
2850 (PID.TID 0000.0001) F
2851 (PID.TID 0000.0001) ;
2852 (PID.TID 0000.0001) multiDimAdvection = /* enable/disable Multi-Dim Advection */
72ca2fdbec Jean*2853 (PID.TID 0000.0001) T
2854 (PID.TID 0000.0001) ;
2855 (PID.TID 0000.0001) useMultiDimAdvec = /* Multi-Dim Advection is/is-not used */
20c3662137 Patr*2856 (PID.TID 0000.0001) T
72ca2fdbec Jean*2857 (PID.TID 0000.0001) ;
4782f49605 Gael*2858 (PID.TID 0000.0001) implicitDiffusion = /* Implicit Diffusion on/off flag */
72ca2fdbec Jean*2859 (PID.TID 0000.0001) T
2860 (PID.TID 0000.0001) ;
2861 (PID.TID 0000.0001) tempStepping = /* Temperature equation on/off flag */
2862 (PID.TID 0000.0001) T
2863 (PID.TID 0000.0001) ;
074aa2a738 Gael*2864 (PID.TID 0000.0001) tempAdvection = /* Temperature advection on/off flag */
72ca2fdbec Jean*2865 (PID.TID 0000.0001) T
2866 (PID.TID 0000.0001) ;
4782f49605 Gael*2867 (PID.TID 0000.0001) tempImplVertAdv = /* Temp. implicit vert. advection on/off */
72ca2fdbec Jean*2868 (PID.TID 0000.0001) F
2869 (PID.TID 0000.0001) ;
2870 (PID.TID 0000.0001) tempForcing = /* Temperature forcing on/off flag */
2871 (PID.TID 0000.0001) T
2872 (PID.TID 0000.0001) ;
074aa2a738 Gael*2873 (PID.TID 0000.0001) doThetaClimRelax = /* apply SST relaxation on/off flag */
2874 (PID.TID 0000.0001) F
2875 (PID.TID 0000.0001) ;
f3cf31a902 Patr*2876 (PID.TID 0000.0001) tempIsActiveTr = /* Temp. is a dynamically Active Tracer */
2877 (PID.TID 0000.0001) T
2878 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2879 (PID.TID 0000.0001) saltStepping = /* Salinity equation on/off flag */
2880 (PID.TID 0000.0001) T
2881 (PID.TID 0000.0001) ;
074aa2a738 Gael*2882 (PID.TID 0000.0001) saltAdvection = /* Salinity advection on/off flag */
72ca2fdbec Jean*2883 (PID.TID 0000.0001) T
2884 (PID.TID 0000.0001) ;
4782f49605 Gael*2885 (PID.TID 0000.0001) saltImplVertAdv = /* Sali. implicit vert. advection on/off */
72ca2fdbec Jean*2886 (PID.TID 0000.0001) F
2887 (PID.TID 0000.0001) ;
2888 (PID.TID 0000.0001) saltForcing = /* Salinity forcing on/off flag */
2889 (PID.TID 0000.0001) T
2890 (PID.TID 0000.0001) ;
074aa2a738 Gael*2891 (PID.TID 0000.0001) doSaltClimRelax = /* apply SSS relaxation on/off flag */
2892 (PID.TID 0000.0001) T
2893 (PID.TID 0000.0001) ;
f3cf31a902 Patr*2894 (PID.TID 0000.0001) saltIsActiveTr = /* Salt is a dynamically Active Tracer */
2895 (PID.TID 0000.0001) T
2896 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2897 (PID.TID 0000.0001) readBinaryPrec = /* Precision used for reading binary files */
2898 (PID.TID 0000.0001) 32
2899 (PID.TID 0000.0001) ;
2900 (PID.TID 0000.0001) writeBinaryPrec = /* Precision used for writing binary files */
2901 (PID.TID 0000.0001) 32
2902 (PID.TID 0000.0001) ;
9f77f803ec Jean*2903 (PID.TID 0000.0001) rwSuffixType = /* select format of mds file suffix */
2904 (PID.TID 0000.0001) 0
2905 (PID.TID 0000.0001) = 0 : myIter (I10.10) ; = 1 : 100*myTime (100th sec) ;
2906 (PID.TID 0000.0001) = 2 : myTime (seconds); = 3 : myTime/360 (10th of hr);
2907 (PID.TID 0000.0001) = 4 : myTime/3600 (hours)
2908 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2909 (PID.TID 0000.0001) globalFiles = /* write "global" (=not per tile) files */
2910 (PID.TID 0000.0001) F
2911 (PID.TID 0000.0001) ;
2912 (PID.TID 0000.0001) useSingleCpuIO = /* only master MPI process does I/O */
2913 (PID.TID 0000.0001) F
2914 (PID.TID 0000.0001) ;
29e0f6eb47 Jean*2915 (PID.TID 0000.0001) useSingleCpuInput = /* only master process reads input */
2916 (PID.TID 0000.0001) F
2917 (PID.TID 0000.0001) ;
633485aebb Jean*2918 (PID.TID 0000.0001) /* debLev[*] : level of debug & auxiliary message printing */
2919 (PID.TID 0000.0001) debLevZero = 0 ; /* level of disabled aux. msg printing */
2920 (PID.TID 0000.0001) debLevA = 1 ; /* level of minimum aux. msg printing */
2921 (PID.TID 0000.0001) debLevB = 2 ; /* level of low aux. print (report read-file opening)*/
2922 (PID.TID 0000.0001) debLevC = 3 ; /* level of moderate debug prt (most pkgs debug msg) */
2923 (PID.TID 0000.0001) debLevD = 4 ; /* level of enhanced debug prt (add DEBUG_STATS prt) */
2924 (PID.TID 0000.0001) debLevE = 5 ; /* level of extensive debug printing */
2925 (PID.TID 0000.0001) debugLevel = /* select debug printing level */
72ca2fdbec Jean*2926 (PID.TID 0000.0001) 1
2927 (PID.TID 0000.0001) ;
9f77f803ec Jean*2928 (PID.TID 0000.0001) plotLevel = /* select PLOT_FIELD printing level */
2929 (PID.TID 0000.0001) 0
2930 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2931 (PID.TID 0000.0001) //
2932 (PID.TID 0000.0001) // Elliptic solver(s) paramters ( PARM02 in namelist )
2933 (PID.TID 0000.0001) //
2934 (PID.TID 0000.0001) cg2dMaxIters = /* Upper limit on 2d con. grad iterations */
20c3662137 Patr*2935 (PID.TID 0000.0001) 1000
72ca2fdbec Jean*2936 (PID.TID 0000.0001) ;
fae4a9197e Jean*2937 (PID.TID 0000.0001) cg2dMinItersNSA = /* Minimum number of iterations of 2d con. grad solver */
2938 (PID.TID 0000.0001) 0
72ca2fdbec Jean*2939 (PID.TID 0000.0001) ;
074aa2a738 Gael*2940 (PID.TID 0000.0001) cg2dUseMinResSol= /* use cg2d last-iter(=0) / min-resid.(=1) solution */
2941 (PID.TID 0000.0001) 0
2942 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2943 (PID.TID 0000.0001) cg2dTargetResidual = /* 2d con. grad target residual */
20c3662137 Patr*2944 (PID.TID 0000.0001) 1.000000000000000E-13
72ca2fdbec Jean*2945 (PID.TID 0000.0001) ;
2946 (PID.TID 0000.0001) cg2dTargetResWunit = /* CG2d target residual [W units] */
2947 (PID.TID 0000.0001) -1.000000000000000E+00
2948 (PID.TID 0000.0001) ;
2949 (PID.TID 0000.0001) cg2dPreCondFreq = /* Freq. for updating cg2d preconditioner */
2950 (PID.TID 0000.0001) 1
2951 (PID.TID 0000.0001) ;
d1a7d080e2 Jean*2952 (PID.TID 0000.0001) useSRCGSolver = /* use single reduction CG solver(s) */
2953 (PID.TID 0000.0001) F
2954 (PID.TID 0000.0001) ;
fae4a9197e Jean*2955 (PID.TID 0000.0001) useNSACGSolver = /* use not-self-adjoint CG solver */
2956 (PID.TID 0000.0001) F
2957 (PID.TID 0000.0001) ;
633485aebb Jean*2958 (PID.TID 0000.0001) printResidualFreq = /* Freq. for printing CG residual */
2959 (PID.TID 0000.0001) 0
2960 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2961 (PID.TID 0000.0001) //
2962 (PID.TID 0000.0001) // Time stepping paramters ( PARM03 in namelist )
2963 (PID.TID 0000.0001) //
074aa2a738 Gael*2964 (PID.TID 0000.0001) deltaTMom = /* Momentum equation timestep ( s ) */
72ca2fdbec Jean*2965 (PID.TID 0000.0001) 3.600000000000000E+03
2966 (PID.TID 0000.0001) ;
074aa2a738 Gael*2967 (PID.TID 0000.0001) deltaTFreeSurf = /* FreeSurface equation timestep ( s ) */
72ca2fdbec Jean*2968 (PID.TID 0000.0001) 3.600000000000000E+03
2969 (PID.TID 0000.0001) ;
eb2516526e Patr*2970 (PID.TID 0000.0001) dTtracerLev = /* Tracer equation timestep ( s ) */
72ca2fdbec Jean*2971 (PID.TID 0000.0001) 23 @ 3.600000000000000E+03 /* K = 1: 23 */
2972 (PID.TID 0000.0001) ;
2973 (PID.TID 0000.0001) deltaTClock = /* Model clock timestep ( s ) */
2974 (PID.TID 0000.0001) 3.600000000000000E+03
2975 (PID.TID 0000.0001) ;
2976 (PID.TID 0000.0001) cAdjFreq = /* Convective adjustment interval ( s ) */
2977 (PID.TID 0000.0001) 0.000000000000000E+00
2978 (PID.TID 0000.0001) ;
2979 (PID.TID 0000.0001) momForcingOutAB = /* =1: take Momentum Forcing out of Adams-Bash. stepping */
4684c345dd Jean*2980 (PID.TID 0000.0001) 1
72ca2fdbec Jean*2981 (PID.TID 0000.0001) ;
2982 (PID.TID 0000.0001) tracForcingOutAB = /* =1: take T,S,pTr Forcing out of Adams-Bash. stepping */
2983 (PID.TID 0000.0001) 1
2984 (PID.TID 0000.0001) ;
2985 (PID.TID 0000.0001) momDissip_In_AB = /* put Dissipation Tendency in Adams-Bash. stepping */
2986 (PID.TID 0000.0001) T
2987 (PID.TID 0000.0001) ;
2988 (PID.TID 0000.0001) doAB_onGtGs = /* apply AB on Tendencies (rather than on T,S)*/
2989 (PID.TID 0000.0001) T
2990 (PID.TID 0000.0001) ;
2991 (PID.TID 0000.0001) abEps = /* Adams-Bashforth-2 stabilizing weight */
2992 (PID.TID 0000.0001) 1.000000000000000E-01
2993 (PID.TID 0000.0001) ;
f93c9f973f Jean*2994 (PID.TID 0000.0001) applyExchUV_early = /* Apply EXCH to U,V earlier in time-step */
2995 (PID.TID 0000.0001) F
2996 (PID.TID 0000.0001) ;
72ca2fdbec Jean*2997 (PID.TID 0000.0001) tauCD = /* CD coupling time-scale ( s ) */
2998 (PID.TID 0000.0001) 1.728000000000000E+05
2999 (PID.TID 0000.0001) ;
3000 (PID.TID 0000.0001) rCD = /* Normalised CD coupling parameter */
3001 (PID.TID 0000.0001) 9.791666666666666E-01
3002 (PID.TID 0000.0001) ;
08067ff387 Jean*3003 (PID.TID 0000.0001) epsAB_CD = /* AB-2 stabilizing weight for CD-scheme*/
3004 (PID.TID 0000.0001) 1.000000000000000E-01
3005 (PID.TID 0000.0001) ;
35682afcbc Patr*3006 (PID.TID 0000.0001) pickupStrictlyMatch= /* stop if pickup do not strictly match */
3007 (PID.TID 0000.0001) T
3008 (PID.TID 0000.0001) ;
f53c95e6dd Gael*3009 (PID.TID 0000.0001) nIter0 = /* Run starting timestep number */
35682afcbc Patr*3010 (PID.TID 0000.0001) 0
3011 (PID.TID 0000.0001) ;
f53c95e6dd Gael*3012 (PID.TID 0000.0001) nTimeSteps = /* Number of timesteps */
429e10e0eb Patr*3013 (PID.TID 0000.0001) 4
f53c95e6dd Gael*3014 (PID.TID 0000.0001) ;
3015 (PID.TID 0000.0001) nEndIter = /* Run ending timestep number */
429e10e0eb Patr*3016 (PID.TID 0000.0001) 4
35682afcbc Patr*3017 (PID.TID 0000.0001) ;
f53c95e6dd Gael*3018 (PID.TID 0000.0001) baseTime = /* Model base time ( s ) */
72ca2fdbec Jean*3019 (PID.TID 0000.0001) 0.000000000000000E+00
3020 (PID.TID 0000.0001) ;
f53c95e6dd Gael*3021 (PID.TID 0000.0001) startTime = /* Run start time ( s ) */
72ca2fdbec Jean*3022 (PID.TID 0000.0001) 0.000000000000000E+00
3023 (PID.TID 0000.0001) ;
f53c95e6dd Gael*3024 (PID.TID 0000.0001) endTime = /* Integration ending time ( s ) */
429e10e0eb Patr*3025 (PID.TID 0000.0001) 1.440000000000000E+04
72ca2fdbec Jean*3026 (PID.TID 0000.0001) ;
f53c95e6dd Gael*3027 (PID.TID 0000.0001) pChkPtFreq = /* Permanent restart/pickup file interval ( s ) */
b5d2b0306c Jean*3028 (PID.TID 0000.0001) 0.000000000000000E+00
72ca2fdbec Jean*3029 (PID.TID 0000.0001) ;
f53c95e6dd Gael*3030 (PID.TID 0000.0001) chkPtFreq = /* Rolling restart/pickup file interval ( s ) */
72ca2fdbec Jean*3031 (PID.TID 0000.0001) 0.000000000000000E+00
3032 (PID.TID 0000.0001) ;
3033 (PID.TID 0000.0001) pickup_write_mdsio = /* Model IO flag. */
3034 (PID.TID 0000.0001) T
3035 (PID.TID 0000.0001) ;
3036 (PID.TID 0000.0001) pickup_read_mdsio = /* Model IO flag. */
66d5eb148f Jean*3037 (PID.TID 0000.0001) T
72ca2fdbec Jean*3038 (PID.TID 0000.0001) ;
3039 (PID.TID 0000.0001) pickup_write_mnc = /* Model IO flag. */
3040 (PID.TID 0000.0001) F
3041 (PID.TID 0000.0001) ;
3042 (PID.TID 0000.0001) pickup_read_mnc = /* Model IO flag. */
66d5eb148f Jean*3043 (PID.TID 0000.0001) F
72ca2fdbec Jean*3044 (PID.TID 0000.0001) ;
f3cf31a902 Patr*3045 (PID.TID 0000.0001) writePickupAtEnd = /* Model IO flag. */
b5d2b0306c Jean*3046 (PID.TID 0000.0001) F
f3cf31a902 Patr*3047 (PID.TID 0000.0001) ;
72ca2fdbec Jean*3048 (PID.TID 0000.0001) dumpFreq = /* Model state write out interval ( s ). */
3049 (PID.TID 0000.0001) 0.000000000000000E+00
3050 (PID.TID 0000.0001) ;
3051 (PID.TID 0000.0001) dumpInitAndLast= /* write out Initial & Last iter. model state */
b5d2b0306c Jean*3052 (PID.TID 0000.0001) F
72ca2fdbec Jean*3053 (PID.TID 0000.0001) ;
3054 (PID.TID 0000.0001) snapshot_mdsio = /* Model IO flag. */
4684c345dd Jean*3055 (PID.TID 0000.0001) T
72ca2fdbec Jean*3056 (PID.TID 0000.0001) ;
3057 (PID.TID 0000.0001) snapshot_mnc = /* Model IO flag. */
4684c345dd Jean*3058 (PID.TID 0000.0001) F
72ca2fdbec Jean*3059 (PID.TID 0000.0001) ;
3060 (PID.TID 0000.0001) monitorFreq = /* Monitor output interval ( s ). */
b5d2b0306c Jean*3061 (PID.TID 0000.0001) 0.000000000000000E+00
72ca2fdbec Jean*3062 (PID.TID 0000.0001) ;
f3cf31a902 Patr*3063 (PID.TID 0000.0001) monitorSelect = /* select group of variables to monitor */
3064 (PID.TID 0000.0001) 3
3065 (PID.TID 0000.0001) ;
72ca2fdbec Jean*3066 (PID.TID 0000.0001) monitor_stdio = /* Model IO flag. */
3067 (PID.TID 0000.0001) T
3068 (PID.TID 0000.0001) ;
3069 (PID.TID 0000.0001) monitor_mnc = /* Model IO flag. */
3070 (PID.TID 0000.0001) F
3071 (PID.TID 0000.0001) ;
3072 (PID.TID 0000.0001) externForcingPeriod = /* forcing period (s) */
3073 (PID.TID 0000.0001) 0.000000000000000E+00
3074 (PID.TID 0000.0001) ;
3075 (PID.TID 0000.0001) externForcingCycle = /* period of the cyle (s). */
3076 (PID.TID 0000.0001) 0.000000000000000E+00
3077 (PID.TID 0000.0001) ;
3078 (PID.TID 0000.0001) tauThetaClimRelax = /* relaxation time scale (s) */
3079 (PID.TID 0000.0001) 0.000000000000000E+00
3080 (PID.TID 0000.0001) ;
3081 (PID.TID 0000.0001) tauSaltClimRelax = /* relaxation time scale (s) */
3082 (PID.TID 0000.0001) 4.142330000000000E+06
3083 (PID.TID 0000.0001) ;
3084 (PID.TID 0000.0001) latBandClimRelax = /* max. Lat. where relaxation */
3085 (PID.TID 0000.0001) 1.800000000000000E+02
3086 (PID.TID 0000.0001) ;
3087 (PID.TID 0000.0001) //
3088 (PID.TID 0000.0001) // Gridding paramters ( PARM04 in namelist )
3089 (PID.TID 0000.0001) //
3090 (PID.TID 0000.0001) usingCartesianGrid = /* Cartesian coordinates flag ( True/False ) */
3091 (PID.TID 0000.0001) F
3092 (PID.TID 0000.0001) ;
3093 (PID.TID 0000.0001) usingCylindricalGrid = /* Cylindrical coordinates flag ( True/False ) */
3094 (PID.TID 0000.0001) F
3095 (PID.TID 0000.0001) ;
3096 (PID.TID 0000.0001) usingSphericalPolarGrid = /* Spherical coordinates flag ( True/False ) */
3097 (PID.TID 0000.0001) T
3098 (PID.TID 0000.0001) ;
3099 (PID.TID 0000.0001) usingCurvilinearGrid = /* Curvilinear coordinates flag ( True/False ) */
3100 (PID.TID 0000.0001) F
3101 (PID.TID 0000.0001) ;
9f77f803ec Jean*3102 (PID.TID 0000.0001) useMin4hFacEdges = /* set hFacW,S as minimum of adjacent hFacC factor */
3103 (PID.TID 0000.0001) F
3104 (PID.TID 0000.0001) ;
3105 (PID.TID 0000.0001) interViscAr_pCell = /* account for partial-cell in interior vert. viscosity */
3106 (PID.TID 0000.0001) F
3107 (PID.TID 0000.0001) ;
3108 (PID.TID 0000.0001) interDiffKr_pCell = /* account for partial-cell in interior vert. diffusion */
3109 (PID.TID 0000.0001) F
3110 (PID.TID 0000.0001) ;
3111 (PID.TID 0000.0001) pCellMix_select = /* option to enhance mixing near surface & bottom */
3112 (PID.TID 0000.0001) 0
3113 (PID.TID 0000.0001) ;
4782f49605 Gael*3114 (PID.TID 0000.0001) selectSigmaCoord = /* Hybrid-Sigma Vert. Coordinate option */
3115 (PID.TID 0000.0001) 0
3116 (PID.TID 0000.0001) ;
3117 (PID.TID 0000.0001) rSigmaBnd = /* r/sigma transition ( units of r == m ) */
3118 (PID.TID 0000.0001) 1.234567000000000E+05
3119 (PID.TID 0000.0001) ;
72ca2fdbec Jean*3120 (PID.TID 0000.0001) rkSign = /* index orientation relative to vertical coordinate */
3121 (PID.TID 0000.0001) -1.000000000000000E+00
3122 (PID.TID 0000.0001) ;
3123 (PID.TID 0000.0001) gravitySign = /* gravity orientation relative to vertical coordinate */
3124 (PID.TID 0000.0001) -1.000000000000000E+00
3125 (PID.TID 0000.0001) ;
f93c9f973f Jean*3126 (PID.TID 0000.0001) seaLev_Z = /* reference height of sea-level [m] */
3127 (PID.TID 0000.0001) 0.000000000000000E+00
3128 (PID.TID 0000.0001) ;
3129 (PID.TID 0000.0001) top_Pres = /* reference pressure at the top [Pa] */
3130 (PID.TID 0000.0001) 0.000000000000000E+00
3131 (PID.TID 0000.0001) ;
72ca2fdbec Jean*3132 (PID.TID 0000.0001) mass2rUnit = /* convert mass per unit area [kg/m2] to r-units [m] */
3133 (PID.TID 0000.0001) 9.737098344693282E-04
3134 (PID.TID 0000.0001) ;
3135 (PID.TID 0000.0001) rUnit2mass = /* convert r-units [m] to mass per unit area [kg/m2] */
3136 (PID.TID 0000.0001) 1.027000000000000E+03
3137 (PID.TID 0000.0001) ;
3138 (PID.TID 0000.0001) drC = /* C spacing ( units of r ) */
3139 (PID.TID 0000.0001) 5.000000000000000E+00, /* K = 1 */
3140 (PID.TID 0000.0001) 1.000000000000000E+01, /* K = 2 */
3141 (PID.TID 0000.0001) 1.250000000000000E+01, /* K = 3 */
3142 (PID.TID 0000.0001) 1.750000000000000E+01, /* K = 4 */
3143 (PID.TID 0000.0001) 2.000000000000000E+01, /* K = 5 */
3144 (PID.TID 0000.0001) 2.250000000000000E+01, /* K = 6 */
3145 (PID.TID 0000.0001) 3.000000000000000E+01, /* K = 7 */
3146 (PID.TID 0000.0001) 4.250000000000000E+01, /* K = 8 */
3147 (PID.TID 0000.0001) 6.250000000000000E+01, /* K = 9 */
3148 (PID.TID 0000.0001) 8.750000000000000E+01, /* K = 10 */
3149 (PID.TID 0000.0001) 1.250000000000000E+02, /* K = 11 */
3150 (PID.TID 0000.0001) 1.750000000000000E+02, /* K = 12 */
3151 (PID.TID 0000.0001) 2.375000000000000E+02, /* K = 13 */
3152 (PID.TID 0000.0001) 3.125000000000000E+02, /* K = 14 */
3153 (PID.TID 0000.0001) 3.825000000000000E+02, /* K = 15 */
3154 (PID.TID 0000.0001) 4.325000000000000E+02, /* K = 16 */
3155 (PID.TID 0000.0001) 4.750000000000000E+02, /* K = 17 */
b5d2b0306c Jean*3156 (PID.TID 0000.0001) 6 @ 5.000000000000000E+02, /* K = 18: 23 */
3157 (PID.TID 0000.0001) 2.500000000000000E+02 /* K = 24 */
72ca2fdbec Jean*3158 (PID.TID 0000.0001) ;
3159 (PID.TID 0000.0001) drF = /* W spacing ( units of r ) */
3160 (PID.TID 0000.0001) 2 @ 1.000000000000000E+01, /* K = 1: 2 */
3161 (PID.TID 0000.0001) 1.500000000000000E+01, /* K = 3 */
3162 (PID.TID 0000.0001) 2 @ 2.000000000000000E+01, /* K = 4: 5 */
3163 (PID.TID 0000.0001) 2.500000000000000E+01, /* K = 6 */
3164 (PID.TID 0000.0001) 3.500000000000000E+01, /* K = 7 */
3165 (PID.TID 0000.0001) 5.000000000000000E+01, /* K = 8 */
3166 (PID.TID 0000.0001) 7.500000000000000E+01, /* K = 9 */
3167 (PID.TID 0000.0001) 1.000000000000000E+02, /* K = 10 */
3168 (PID.TID 0000.0001) 1.500000000000000E+02, /* K = 11 */
3169 (PID.TID 0000.0001) 2.000000000000000E+02, /* K = 12 */
3170 (PID.TID 0000.0001) 2.750000000000000E+02, /* K = 13 */
3171 (PID.TID 0000.0001) 3.500000000000000E+02, /* K = 14 */
3172 (PID.TID 0000.0001) 4.150000000000000E+02, /* K = 15 */
3173 (PID.TID 0000.0001) 4.500000000000000E+02, /* K = 16 */
3174 (PID.TID 0000.0001) 7 @ 5.000000000000000E+02 /* K = 17: 23 */
3175 (PID.TID 0000.0001) ;
eb2516526e Patr*3176 (PID.TID 0000.0001) delX = /* U spacing ( m - cartesian, degrees - spherical ) */
72ca2fdbec Jean*3177 (PID.TID 0000.0001) 20 @ 2.000000000000000E+00 /* I = 1: 20 */
3178 (PID.TID 0000.0001) ;
eb2516526e Patr*3179 (PID.TID 0000.0001) delY = /* V spacing ( m - cartesian, degrees - spherical ) */
72ca2fdbec Jean*3180 (PID.TID 0000.0001) 16 @ 2.000000000000000E+00 /* J = 1: 16 */
3181 (PID.TID 0000.0001) ;
074aa2a738 Gael*3182 (PID.TID 0000.0001) xgOrigin = /* X-axis origin of West edge (cartesian: m, lat-lon: deg) */
72ca2fdbec Jean*3183 (PID.TID 0000.0001) 2.800000000000000E+02
3184 (PID.TID 0000.0001) ;
074aa2a738 Gael*3185 (PID.TID 0000.0001) ygOrigin = /* Y-axis origin of South edge (cartesian: m, lat-lon: deg) */
ca04dac4c2 Patr*3186 (PID.TID 0000.0001) 4.600000000000000E+01
3187 (PID.TID 0000.0001) ;
72ca2fdbec Jean*3188 (PID.TID 0000.0001) rSphere = /* Radius ( ignored - cartesian, m - spherical ) */
3189 (PID.TID 0000.0001) 6.371000000000000E+06
3190 (PID.TID 0000.0001) ;
3191 (PID.TID 0000.0001) deepAtmosphere = /* Deep/Shallow Atmosphere flag (True/False) */
3192 (PID.TID 0000.0001) F
3193 (PID.TID 0000.0001) ;
eb2516526e Patr*3194 (PID.TID 0000.0001) xC = /* xC(:,1,:,1) : P-point X coord ( deg. or m if cartesian) */
72ca2fdbec Jean*3195 (PID.TID 0000.0001) 2.810000000000000E+02, /* I = 1 */
3196 (PID.TID 0000.0001) 2.830000000000000E+02, /* I = 2 */
3197 (PID.TID 0000.0001) 2.850000000000000E+02, /* I = 3 */
3198 (PID.TID 0000.0001) 2.870000000000000E+02, /* I = 4 */
3199 (PID.TID 0000.0001) 2.890000000000000E+02, /* I = 5 */
3200 (PID.TID 0000.0001) 2.910000000000000E+02, /* I = 6 */
3201 (PID.TID 0000.0001) 2.930000000000000E+02, /* I = 7 */
3202 (PID.TID 0000.0001) 2.950000000000000E+02, /* I = 8 */
3203 (PID.TID 0000.0001) 2.970000000000000E+02, /* I = 9 */
3204 (PID.TID 0000.0001) 2.990000000000000E+02, /* I = 10 */
3205 (PID.TID 0000.0001) 3.010000000000000E+02, /* I = 11 */
3206 (PID.TID 0000.0001) 3.030000000000000E+02, /* I = 12 */
3207 (PID.TID 0000.0001) 3.050000000000000E+02, /* I = 13 */
3208 (PID.TID 0000.0001) 3.070000000000000E+02, /* I = 14 */
3209 (PID.TID 0000.0001) 3.090000000000000E+02, /* I = 15 */
3210 (PID.TID 0000.0001) 3.110000000000000E+02, /* I = 16 */
3211 (PID.TID 0000.0001) 3.130000000000000E+02, /* I = 17 */
3212 (PID.TID 0000.0001) 3.150000000000000E+02, /* I = 18 */
3213 (PID.TID 0000.0001) 3.170000000000000E+02, /* I = 19 */
3214 (PID.TID 0000.0001) 3.190000000000000E+02 /* I = 20 */
3215 (PID.TID 0000.0001) ;
eb2516526e Patr*3216 (PID.TID 0000.0001) yC = /* yC(1,:,1,:) : P-point Y coord ( deg. or m if cartesian) */
72ca2fdbec Jean*3217 (PID.TID 0000.0001) 4.700000000000000E+01, /* J = 1 */
3218 (PID.TID 0000.0001) 4.900000000000000E+01, /* J = 2 */
3219 (PID.TID 0000.0001) 5.100000000000000E+01, /* J = 3 */
3220 (PID.TID 0000.0001) 5.300000000000000E+01, /* J = 4 */
3221 (PID.TID 0000.0001) 5.500000000000000E+01, /* J = 5 */
3222 (PID.TID 0000.0001) 5.700000000000000E+01, /* J = 6 */
3223 (PID.TID 0000.0001) 5.900000000000000E+01, /* J = 7 */
3224 (PID.TID 0000.0001) 6.100000000000000E+01, /* J = 8 */
3225 (PID.TID 0000.0001) 6.300000000000000E+01, /* J = 9 */
3226 (PID.TID 0000.0001) 6.500000000000000E+01, /* J = 10 */
3227 (PID.TID 0000.0001) 6.700000000000000E+01, /* J = 11 */
3228 (PID.TID 0000.0001) 6.900000000000000E+01, /* J = 12 */
3229 (PID.TID 0000.0001) 7.100000000000000E+01, /* J = 13 */
3230 (PID.TID 0000.0001) 7.300000000000000E+01, /* J = 14 */
3231 (PID.TID 0000.0001) 7.500000000000000E+01, /* J = 15 */
3232 (PID.TID 0000.0001) 7.700000000000000E+01 /* J = 16 */
3233 (PID.TID 0000.0001) ;
eb2516526e Patr*3234 (PID.TID 0000.0001) rcoord = /* P-point R coordinate ( units of r ) */
72ca2fdbec Jean*3235 (PID.TID 0000.0001) -5.000000000000000E+00, /* K = 1 */
3236 (PID.TID 0000.0001) -1.500000000000000E+01, /* K = 2 */
3237 (PID.TID 0000.0001) -2.750000000000000E+01, /* K = 3 */
3238 (PID.TID 0000.0001) -4.500000000000000E+01, /* K = 4 */
3239 (PID.TID 0000.0001) -6.500000000000000E+01, /* K = 5 */
3240 (PID.TID 0000.0001) -8.750000000000000E+01, /* K = 6 */
3241 (PID.TID 0000.0001) -1.175000000000000E+02, /* K = 7 */
3242 (PID.TID 0000.0001) -1.600000000000000E+02, /* K = 8 */
3243 (PID.TID 0000.0001) -2.225000000000000E+02, /* K = 9 */
3244 (PID.TID 0000.0001) -3.100000000000000E+02, /* K = 10 */
3245 (PID.TID 0000.0001) -4.350000000000000E+02, /* K = 11 */
3246 (PID.TID 0000.0001) -6.100000000000000E+02, /* K = 12 */
3247 (PID.TID 0000.0001) -8.475000000000000E+02, /* K = 13 */
3248 (PID.TID 0000.0001) -1.160000000000000E+03, /* K = 14 */
3249 (PID.TID 0000.0001) -1.542500000000000E+03, /* K = 15 */
3250 (PID.TID 0000.0001) -1.975000000000000E+03, /* K = 16 */
3251 (PID.TID 0000.0001) -2.450000000000000E+03, /* K = 17 */
3252 (PID.TID 0000.0001) -2.950000000000000E+03, /* K = 18 */
3253 (PID.TID 0000.0001) -3.450000000000000E+03, /* K = 19 */
3254 (PID.TID 0000.0001) -3.950000000000000E+03, /* K = 20 */
3255 (PID.TID 0000.0001) -4.450000000000000E+03, /* K = 21 */
3256 (PID.TID 0000.0001) -4.950000000000000E+03, /* K = 22 */
3257 (PID.TID 0000.0001) -5.450000000000000E+03 /* K = 23 */
3258 (PID.TID 0000.0001) ;
3259 (PID.TID 0000.0001) rF = /* W-Interf. R coordinate ( units of r ) */
3260 (PID.TID 0000.0001) 0.000000000000000E+00, /* K = 1 */
3261 (PID.TID 0000.0001) -1.000000000000000E+01, /* K = 2 */
3262 (PID.TID 0000.0001) -2.000000000000000E+01, /* K = 3 */
3263 (PID.TID 0000.0001) -3.500000000000000E+01, /* K = 4 */
3264 (PID.TID 0000.0001) -5.500000000000000E+01, /* K = 5 */
3265 (PID.TID 0000.0001) -7.500000000000000E+01, /* K = 6 */
3266 (PID.TID 0000.0001) -1.000000000000000E+02, /* K = 7 */
3267 (PID.TID 0000.0001) -1.350000000000000E+02, /* K = 8 */
3268 (PID.TID 0000.0001) -1.850000000000000E+02, /* K = 9 */
3269 (PID.TID 0000.0001) -2.600000000000000E+02, /* K = 10 */
3270 (PID.TID 0000.0001) -3.600000000000000E+02, /* K = 11 */
3271 (PID.TID 0000.0001) -5.100000000000000E+02, /* K = 12 */
3272 (PID.TID 0000.0001) -7.100000000000000E+02, /* K = 13 */
3273 (PID.TID 0000.0001) -9.850000000000000E+02, /* K = 14 */
3274 (PID.TID 0000.0001) -1.335000000000000E+03, /* K = 15 */
3275 (PID.TID 0000.0001) -1.750000000000000E+03, /* K = 16 */
3276 (PID.TID 0000.0001) -2.200000000000000E+03, /* K = 17 */
3277 (PID.TID 0000.0001) -2.700000000000000E+03, /* K = 18 */
3278 (PID.TID 0000.0001) -3.200000000000000E+03, /* K = 19 */
3279 (PID.TID 0000.0001) -3.700000000000000E+03, /* K = 20 */
3280 (PID.TID 0000.0001) -4.200000000000000E+03, /* K = 21 */
3281 (PID.TID 0000.0001) -4.700000000000000E+03, /* K = 22 */
3282 (PID.TID 0000.0001) -5.200000000000000E+03, /* K = 23 */
3283 (PID.TID 0000.0001) -5.700000000000000E+03 /* K = 24 */
3284 (PID.TID 0000.0001) ;
3285 (PID.TID 0000.0001) deepFacC = /* deep-model grid factor @ cell-Center (-) */
3286 (PID.TID 0000.0001) 23 @ 1.000000000000000E+00 /* K = 1: 23 */
3287 (PID.TID 0000.0001) ;
3288 (PID.TID 0000.0001) deepFacF = /* deep-model grid factor @ W-Interface (-) */
3289 (PID.TID 0000.0001) 24 @ 1.000000000000000E+00 /* K = 1: 24 */
3290 (PID.TID 0000.0001) ;
f3cf31a902 Patr*3291 (PID.TID 0000.0001) rotateGrid = /* use rotated grid ( True/False ) */
3292 (PID.TID 0000.0001) F
3293 (PID.TID 0000.0001) ;
3294 (PID.TID 0000.0001) phiEuler = /* Euler angle, rotation about original z-coordinate [rad] */
3295 (PID.TID 0000.0001) 0.000000000000000E+00
3296 (PID.TID 0000.0001) ;
3297 (PID.TID 0000.0001) thetaEuler = /* Euler angle, rotation about new x-coordinate [rad] */
3298 (PID.TID 0000.0001) 0.000000000000000E+00
3299 (PID.TID 0000.0001) ;
3300 (PID.TID 0000.0001) psiEuler = /* Euler angle, rotation about new z-coordinate [rad] */
3301 (PID.TID 0000.0001) 0.000000000000000E+00
3302 (PID.TID 0000.0001) ;
72ca2fdbec Jean*3303 (PID.TID 0000.0001) dxF = /* dxF(:,1,:,1) ( units: m ) */
6ca0e04f5f Patr*3304 (PID.TID 0000.0001) 20 @ 1.516695152377178E+05 /* I = 1: 20 */
72ca2fdbec Jean*3305 (PID.TID 0000.0001) ;
3306 (PID.TID 0000.0001) dxF = /* dxF(1,:,1,:) ( units: m ) */
6ca0e04f5f Patr*3307 (PID.TID 0000.0001) 1.516695152377178E+05, /* J = 1 */
72ca2fdbec Jean*3308 (PID.TID 0000.0001) 1.459008712061998E+05, /* J = 2 */
3309 (PID.TID 0000.0001) 1.399544694374234E+05, /* J = 3 */
3310 (PID.TID 0000.0001) 1.338375547059709E+05, /* J = 4 */
3311 (PID.TID 0000.0001) 1.275575795302040E+05, /* J = 5 */
3312 (PID.TID 0000.0001) 1.211221950925184E+05, /* J = 6 */
3313 (PID.TID 0000.0001) 1.145392419175564E+05, /* J = 7 */
3314 (PID.TID 0000.0001) 1.078167403197357E+05, /* J = 8 */
3315 (PID.TID 0000.0001) 1.009628806317309E+05, /* J = 9 */
6ca0e04f5f Patr*3316 (PID.TID 0000.0001) 9.398601322581600E+04, /* J = 10 */
72ca2fdbec Jean*3317 (PID.TID 0000.0001) 8.689463834022089E+04, /* J = 11 */
3318 (PID.TID 0000.0001) 7.969739572290120E+04, /* J = 12 */
6ca0e04f5f Patr*3319 (PID.TID 0000.0001) 7.240305410533583E+04, /* J = 13 */
72ca2fdbec Jean*3320 (PID.TID 0000.0001) 6.502050051917860E+04, /* J = 14 */
3321 (PID.TID 0000.0001) 5.755872946877906E+04, /* J = 15 */
3322 (PID.TID 0000.0001) 5.002683197276441E+04 /* J = 16 */
3323 (PID.TID 0000.0001) ;
3324 (PID.TID 0000.0001) dyF = /* dyF(:,1,:,1) ( units: m ) */
3325 (PID.TID 0000.0001) 20 @ 2.223898532891175E+05 /* I = 1: 20 */
3326 (PID.TID 0000.0001) ;
3327 (PID.TID 0000.0001) dyF = /* dyF(1,:,1,:) ( units: m ) */
3328 (PID.TID 0000.0001) 16 @ 2.223898532891175E+05 /* J = 1: 16 */
3329 (PID.TID 0000.0001) ;
3330 (PID.TID 0000.0001) dxG = /* dxG(:,1,:,1) ( units: m ) */
3331 (PID.TID 0000.0001) 20 @ 1.544849730924338E+05 /* I = 1: 20 */
3332 (PID.TID 0000.0001) ;
3333 (PID.TID 0000.0001) dxG = /* dxG(1,:,1,:) ( units: m ) */
3334 (PID.TID 0000.0001) 1.544849730924338E+05, /* J = 1 */
3335 (PID.TID 0000.0001) 1.488078573794047E+05, /* J = 2 */
3336 (PID.TID 0000.0001) 1.429494422142520E+05, /* J = 3 */
3337 (PID.TID 0000.0001) 1.369168651734348E+05, /* J = 4 */
3338 (PID.TID 0000.0001) 1.307174760228300E+05, /* J = 5 */
3339 (PID.TID 0000.0001) 1.243588277631750E+05, /* J = 6 */
3340 (PID.TID 0000.0001) 1.178486674278995E+05, /* J = 7 */
3341 (PID.TID 0000.0001) 1.111949266445588E+05, /* J = 8 */
3342 (PID.TID 0000.0001) 1.044057119713670E+05, /* J = 9 */
6ca0e04f5f Patr*3343 (PID.TID 0000.0001) 9.748929502060512E+04, /* J = 10 */
72ca2fdbec Jean*3344 (PID.TID 0000.0001) 9.045410238093534E+04, /* J = 11 */
6ca0e04f5f Patr*3345 (PID.TID 0000.0001) 8.330870535090075E+04, /* J = 12 */
72ca2fdbec Jean*3346 (PID.TID 0000.0001) 7.606180949611843E+04, /* J = 13 */
3347 (PID.TID 0000.0001) 6.872224404288860E+04, /* J = 14 */
6ca0e04f5f Patr*3348 (PID.TID 0000.0001) 6.129895112114271E+04, /* J = 15 */
72ca2fdbec Jean*3349 (PID.TID 0000.0001) 5.380097486983529E+04 /* J = 16 */
3350 (PID.TID 0000.0001) ;
3351 (PID.TID 0000.0001) dyG = /* dyG(:,1,:,1) ( units: m ) */
3352 (PID.TID 0000.0001) 20 @ 2.223898532891175E+05 /* I = 1: 20 */
3353 (PID.TID 0000.0001) ;
3354 (PID.TID 0000.0001) dyG = /* dyG(1,:,1,:) ( units: m ) */
3355 (PID.TID 0000.0001) 16 @ 2.223898532891175E+05 /* J = 1: 16 */
3356 (PID.TID 0000.0001) ;
3357 (PID.TID 0000.0001) dxC = /* dxC(:,1,:,1) ( units: m ) */
6ca0e04f5f Patr*3358 (PID.TID 0000.0001) 20 @ 1.516695152377178E+05 /* I = 1: 20 */
72ca2fdbec Jean*3359 (PID.TID 0000.0001) ;
3360 (PID.TID 0000.0001) dxC = /* dxC(1,:,1,:) ( units: m ) */
6ca0e04f5f Patr*3361 (PID.TID 0000.0001) 1.516695152377178E+05, /* J = 1 */
72ca2fdbec Jean*3362 (PID.TID 0000.0001) 1.459008712061998E+05, /* J = 2 */
3363 (PID.TID 0000.0001) 1.399544694374234E+05, /* J = 3 */
3364 (PID.TID 0000.0001) 1.338375547059709E+05, /* J = 4 */
3365 (PID.TID 0000.0001) 1.275575795302040E+05, /* J = 5 */
3366 (PID.TID 0000.0001) 1.211221950925184E+05, /* J = 6 */
3367 (PID.TID 0000.0001) 1.145392419175564E+05, /* J = 7 */
3368 (PID.TID 0000.0001) 1.078167403197357E+05, /* J = 8 */
3369 (PID.TID 0000.0001) 1.009628806317309E+05, /* J = 9 */
6ca0e04f5f Patr*3370 (PID.TID 0000.0001) 9.398601322581600E+04, /* J = 10 */
72ca2fdbec Jean*3371 (PID.TID 0000.0001) 8.689463834022089E+04, /* J = 11 */
3372 (PID.TID 0000.0001) 7.969739572290120E+04, /* J = 12 */
6ca0e04f5f Patr*3373 (PID.TID 0000.0001) 7.240305410533583E+04, /* J = 13 */
72ca2fdbec Jean*3374 (PID.TID 0000.0001) 6.502050051917860E+04, /* J = 14 */
3375 (PID.TID 0000.0001) 5.755872946877906E+04, /* J = 15 */
3376 (PID.TID 0000.0001) 5.002683197276441E+04 /* J = 16 */
3377 (PID.TID 0000.0001) ;
3378 (PID.TID 0000.0001) dyC = /* dyC(:,1,:,1) ( units: m ) */
3379 (PID.TID 0000.0001) 20 @ 2.223898532891175E+05 /* I = 1: 20 */
3380 (PID.TID 0000.0001) ;
3381 (PID.TID 0000.0001) dyC = /* dyC(1,:,1,:) ( units: m ) */
3382 (PID.TID 0000.0001) 16 @ 2.223898532891175E+05 /* J = 1: 16 */
3383 (PID.TID 0000.0001) ;
3384 (PID.TID 0000.0001) dxV = /* dxV(:,1,:,1) ( units: m ) */
3385 (PID.TID 0000.0001) 20 @ 1.544849730924338E+05 /* I = 1: 20 */
3386 (PID.TID 0000.0001) ;
3387 (PID.TID 0000.0001) dxV = /* dxV(1,:,1,:) ( units: m ) */
3388 (PID.TID 0000.0001) 1.544849730924338E+05, /* J = 1 */
3389 (PID.TID 0000.0001) 1.488078573794047E+05, /* J = 2 */
3390 (PID.TID 0000.0001) 1.429494422142520E+05, /* J = 3 */
3391 (PID.TID 0000.0001) 1.369168651734348E+05, /* J = 4 */
3392 (PID.TID 0000.0001) 1.307174760228300E+05, /* J = 5 */
3393 (PID.TID 0000.0001) 1.243588277631750E+05, /* J = 6 */
3394 (PID.TID 0000.0001) 1.178486674278995E+05, /* J = 7 */
3395 (PID.TID 0000.0001) 1.111949266445588E+05, /* J = 8 */
3396 (PID.TID 0000.0001) 1.044057119713670E+05, /* J = 9 */
6ca0e04f5f Patr*3397 (PID.TID 0000.0001) 9.748929502060512E+04, /* J = 10 */
72ca2fdbec Jean*3398 (PID.TID 0000.0001) 9.045410238093534E+04, /* J = 11 */
6ca0e04f5f Patr*3399 (PID.TID 0000.0001) 8.330870535090075E+04, /* J = 12 */
72ca2fdbec Jean*3400 (PID.TID 0000.0001) 7.606180949611843E+04, /* J = 13 */
3401 (PID.TID 0000.0001) 6.872224404288860E+04, /* J = 14 */
6ca0e04f5f Patr*3402 (PID.TID 0000.0001) 6.129895112114271E+04, /* J = 15 */
72ca2fdbec Jean*3403 (PID.TID 0000.0001) 5.380097486983529E+04 /* J = 16 */
3404 (PID.TID 0000.0001) ;
3405 (PID.TID 0000.0001) dyU = /* dyU(:,1,:,1) ( units: m ) */
3406 (PID.TID 0000.0001) 20 @ 2.223898532891175E+05 /* I = 1: 20 */
3407 (PID.TID 0000.0001) ;
3408 (PID.TID 0000.0001) dyU = /* dyU(1,:,1,:) ( units: m ) */
3409 (PID.TID 0000.0001) 16 @ 2.223898532891175E+05 /* J = 1: 16 */
3410 (PID.TID 0000.0001) ;
3411 (PID.TID 0000.0001) rA = /* rA (:,1,:,1) ( units: m^2 ) */
6ca0e04f5f Patr*3412 (PID.TID 0000.0001) 20 @ 3.372804882275630E+10 /* I = 1: 20 */
72ca2fdbec Jean*3413 (PID.TID 0000.0001) ;
3414 (PID.TID 0000.0001) rA = /* rA (1,:,1,:) ( units: m^2 ) */
6ca0e04f5f Patr*3415 (PID.TID 0000.0001) 3.372804882275630E+10, /* J = 1 */
3416 (PID.TID 0000.0001) 3.244522605358471E+10, /* J = 2 */
3417 (PID.TID 0000.0001) 3.112287377427108E+10, /* J = 3 */
3418 (PID.TID 0000.0001) 2.976260306737437E+10, /* J = 4 */
3419 (PID.TID 0000.0001) 2.836607121321784E+10, /* J = 5 */
3420 (PID.TID 0000.0001) 2.693497967074614E+10, /* J = 6 */
3421 (PID.TID 0000.0001) 2.547107200456132E+10, /* J = 7 */
3422 (PID.TID 0000.0001) 2.397613176065682E+10, /* J = 8 */
3423 (PID.TID 0000.0001) 2.245198029344207E+10, /* J = 9 */
3424 (PID.TID 0000.0001) 2.090047454670177E+10, /* J = 10 */
3425 (PID.TID 0000.0001) 1.932350479119805E+10, /* J = 11 */
72ca2fdbec Jean*3426 (PID.TID 0000.0001) 1.772299232166360E+10, /* J = 12 */
6ca0e04f5f Patr*3427 (PID.TID 0000.0001) 1.610088711600326E+10, /* J = 13 */
3428 (PID.TID 0000.0001) 1.445916545954351E+10, /* J = 14 */
3429 (PID.TID 0000.0001) 1.279982753723478E+10, /* J = 15 */
3430 (PID.TID 0000.0001) 1.112489499673432E+10 /* J = 16 */
72ca2fdbec Jean*3431 (PID.TID 0000.0001) ;
3432 (PID.TID 0000.0001) rAw = /* rAw(:,1,:,1) ( units: m^2 ) */
6ca0e04f5f Patr*3433 (PID.TID 0000.0001) 20 @ 3.372804882275630E+10 /* I = 1: 20 */
72ca2fdbec Jean*3434 (PID.TID 0000.0001) ;
3435 (PID.TID 0000.0001) rAw = /* rAw(1,:,1,:) ( units: m^2 ) */
6ca0e04f5f Patr*3436 (PID.TID 0000.0001) 3.372804882275630E+10, /* J = 1 */
3437 (PID.TID 0000.0001) 3.244522605358471E+10, /* J = 2 */
3438 (PID.TID 0000.0001) 3.112287377427108E+10, /* J = 3 */
3439 (PID.TID 0000.0001) 2.976260306737437E+10, /* J = 4 */
3440 (PID.TID 0000.0001) 2.836607121321784E+10, /* J = 5 */
3441 (PID.TID 0000.0001) 2.693497967074614E+10, /* J = 6 */
3442 (PID.TID 0000.0001) 2.547107200456132E+10, /* J = 7 */
3443 (PID.TID 0000.0001) 2.397613176065682E+10, /* J = 8 */
3444 (PID.TID 0000.0001) 2.245198029344207E+10, /* J = 9 */
3445 (PID.TID 0000.0001) 2.090047454670177E+10, /* J = 10 */
3446 (PID.TID 0000.0001) 1.932350479119805E+10, /* J = 11 */
72ca2fdbec Jean*3447 (PID.TID 0000.0001) 1.772299232166360E+10, /* J = 12 */
6ca0e04f5f Patr*3448 (PID.TID 0000.0001) 1.610088711600326E+10, /* J = 13 */
3449 (PID.TID 0000.0001) 1.445916545954351E+10, /* J = 14 */
3450 (PID.TID 0000.0001) 1.279982753723478E+10, /* J = 15 */
3451 (PID.TID 0000.0001) 1.112489499673432E+10 /* J = 16 */
72ca2fdbec Jean*3452 (PID.TID 0000.0001) ;
3453 (PID.TID 0000.0001) rAs = /* rAs(:,1,:,1) ( units: m^2 ) */
6ca0e04f5f Patr*3454 (PID.TID 0000.0001) 20 @ 3.435414629417918E+10 /* I = 1: 20 */
72ca2fdbec Jean*3455 (PID.TID 0000.0001) ;
3456 (PID.TID 0000.0001) rAs = /* rAs(1,:,1,:) ( units: m^2 ) */
6ca0e04f5f Patr*3457 (PID.TID 0000.0001) 3.435414629417918E+10, /* J = 1 */
3458 (PID.TID 0000.0001) 3.309167746093097E+10, /* J = 2 */
3459 (PID.TID 0000.0001) 3.178889151607872E+10, /* J = 3 */
3460 (PID.TID 0000.0001) 3.044737570361747E+10, /* J = 4 */
3461 (PID.TID 0000.0001) 2.906876445392020E+10, /* J = 5 */
3462 (PID.TID 0000.0001) 2.765473739243563E+10, /* J = 6 */
72ca2fdbec Jean*3463 (PID.TID 0000.0001) 2.620701729332415E+10, /* J = 7 */
3464 (PID.TID 0000.0001) 2.472736798052209E+10, /* J = 8 */
6ca0e04f5f Patr*3465 (PID.TID 0000.0001) 2.321759217879512E+10, /* J = 9 */
3466 (PID.TID 0000.0001) 2.167952931739416E+10, /* J = 10 */
3467 (PID.TID 0000.0001) 2.011505328899539E+10, /* J = 11 */
3468 (PID.TID 0000.0001) 1.852607016665020E+10, /* J = 12 */
3469 (PID.TID 0000.0001) 1.691451588152944E+10, /* J = 13 */
3470 (PID.TID 0000.0001) 1.528235386428863E+10, /* J = 14 */
3471 (PID.TID 0000.0001) 1.363157265293026E+10, /* J = 15 */
3472 (PID.TID 0000.0001) 1.196418347007692E+10 /* J = 16 */
72ca2fdbec Jean*3473 (PID.TID 0000.0001) ;
3474 (PID.TID 0000.0001) globalArea = /* Integrated horizontal Area (m^2) */
391dc1af4e Patr*3475 (PID.TID 0000.0001) 3.562528105304877E+12
72ca2fdbec Jean*3476 (PID.TID 0000.0001) ;
3477 (PID.TID 0000.0001) // =======================================================
3478 (PID.TID 0000.0001) // End of Model config. summary
3479 (PID.TID 0000.0001) // =======================================================
3480 (PID.TID 0000.0001)
f3cf31a902 Patr*3481 (PID.TID 0000.0001) == Packages configuration : Check & print summary ==
3482 (PID.TID 0000.0001)
3483 (PID.TID 0000.0001) KPP_CHECK: #define ALLOW_KPP
9f77f803ec Jean*3484 (PID.TID 0000.0001) kpp_freq = /* frequency of KPP calculation */
3485 (PID.TID 0000.0001) 3.600000000000000E+03
3486 (PID.TID 0000.0001) ;
3487 (PID.TID 0000.0001) KPP_ghatUseTotalDiffus= /* non-local term fct of total diffus */
3488 (PID.TID 0000.0001) T
3489 (PID.TID 0000.0001) ;
3490 (PID.TID 0000.0001) KPPuseDoubleDiff = /* include double diffusive contrib */
3491 (PID.TID 0000.0001) F
3492 (PID.TID 0000.0001) ;
3493 (PID.TID 0000.0001) LimitHblStable = /* limits depth of hbl if stable cond.*/
3494 (PID.TID 0000.0001) T
3495 (PID.TID 0000.0001) ;
3496 (PID.TID 0000.0001) minKPPhbl = /* minimum KPPhbl value [m] */
3497 (PID.TID 0000.0001) 5.000000000000000E+00
3498 (PID.TID 0000.0001) ;
3499 (PID.TID 0000.0001) epsln = /* constant [-] */
3500 (PID.TID 0000.0001) 9.999999999999999E-21
3501 (PID.TID 0000.0001) ;
3502 (PID.TID 0000.0001) phepsi = /* constant [-] */
3503 (PID.TID 0000.0001) 1.000000000000000E-10
3504 (PID.TID 0000.0001) ;
3505 (PID.TID 0000.0001) epsilon = /* constant [-] */
3506 (PID.TID 0000.0001) 1.000000000000000E-01
3507 (PID.TID 0000.0001) ;
3508 (PID.TID 0000.0001) vonk = /* Von Karmans constant [-] */
3509 (PID.TID 0000.0001) 4.000000000000000E-01
3510 (PID.TID 0000.0001) ;
3511 (PID.TID 0000.0001) dB_dz = /* maximum N^2 in mixed layer [s^-2] */
3512 (PID.TID 0000.0001) 5.200000000000000E-05
3513 (PID.TID 0000.0001) ;
3514 (PID.TID 0000.0001) conc1 = /* scalar constant [-] */
3515 (PID.TID 0000.0001) 5.000000000000000E+00
3516 (PID.TID 0000.0001) ;
3517 (PID.TID 0000.0001) conam = /* scalar constant [-] */
3518 (PID.TID 0000.0001) 1.257000000000000E+00
3519 (PID.TID 0000.0001) ;
3520 (PID.TID 0000.0001) concm = /* scalar constant [-] */
3521 (PID.TID 0000.0001) 8.380000000000001E+00
3522 (PID.TID 0000.0001) ;
3523 (PID.TID 0000.0001) conc2 = /* scalar constant [-] */
3524 (PID.TID 0000.0001) 1.600000000000000E+01
3525 (PID.TID 0000.0001) ;
3526 (PID.TID 0000.0001) conas = /* scalar constant [-] */
3527 (PID.TID 0000.0001) -2.886000000000000E+01
3528 (PID.TID 0000.0001) ;
3529 (PID.TID 0000.0001) concs = /* scalar constant [-] */
3530 (PID.TID 0000.0001) 9.895999999999999E+01
3531 (PID.TID 0000.0001) ;
3532 (PID.TID 0000.0001) conc3 = /* scalar constant [-] */
3533 (PID.TID 0000.0001) 1.600000000000000E+01
3534 (PID.TID 0000.0001) ;
3535 (PID.TID 0000.0001) zetam = /* scalar constant [-] */
3536 (PID.TID 0000.0001) -2.000000000000000E-01
3537 (PID.TID 0000.0001) ;
3538 (PID.TID 0000.0001) zetas = /* scalar constant [-] */
3539 (PID.TID 0000.0001) -1.000000000000000E+00
3540 (PID.TID 0000.0001) ;
3541 (PID.TID 0000.0001) Ricr = /* critical bulk Richardson Number [-] */
3542 (PID.TID 0000.0001) 3.000000000000000E-01
3543 (PID.TID 0000.0001) ;
3544 (PID.TID 0000.0001) cekman = /* coeff for Ekman depth [-] */
3545 (PID.TID 0000.0001) 7.000000000000000E-01
3546 (PID.TID 0000.0001) ;
3547 (PID.TID 0000.0001) cmonob = /* coeff for Monin-Obukhov depth [-] */
3548 (PID.TID 0000.0001) 1.000000000000000E+00
3549 (PID.TID 0000.0001) ;
3550 (PID.TID 0000.0001) concv = /* buoyancy freq ratio [-] */
3551 (PID.TID 0000.0001) 1.800000000000000E+00
3552 (PID.TID 0000.0001) ;
3553 (PID.TID 0000.0001) hbf = /* solar radiation depth ratio [-] */
3554 (PID.TID 0000.0001) 1.000000000000000E+00
3555 (PID.TID 0000.0001) ;
3556 (PID.TID 0000.0001) zmin = /* minimum for zehat in table [m3/s3] */
3557 (PID.TID 0000.0001) -4.000000000000000E-07
3558 (PID.TID 0000.0001) ;
3559 (PID.TID 0000.0001) zmax = /* maximum for zehat in table [m3/s3] */
3560 (PID.TID 0000.0001) 0.000000000000000E+00
3561 (PID.TID 0000.0001) ;
3562 (PID.TID 0000.0001) umin = /* minimum for ustar in table [m/s] */
3563 (PID.TID 0000.0001) 0.000000000000000E+00
3564 (PID.TID 0000.0001) ;
3565 (PID.TID 0000.0001) umax = /* maximum for ustar in table [m/s] */
3566 (PID.TID 0000.0001) 4.000000000000000E-02
3567 (PID.TID 0000.0001) ;
3568 (PID.TID 0000.0001) num_v_smooth_Ri = /* number of vertical smoothing */
3569 (PID.TID 0000.0001) 0
3570 (PID.TID 0000.0001) ;
3571 (PID.TID 0000.0001) Riinfty = /* shear instability Ri number limit [-] */
3572 (PID.TID 0000.0001) 7.000000000000000E-01
3573 (PID.TID 0000.0001) ;
3574 (PID.TID 0000.0001) BVSQcon = /* Brunt-Vaisala squared (=N^2) [s^-2] */
3575 (PID.TID 0000.0001) -2.000000000000000E-05
3576 (PID.TID 0000.0001) ;
3577 (PID.TID 0000.0001) difm0 = /* max viscosity from shear instab. [m2/s] */
3578 (PID.TID 0000.0001) 5.000000000000000E-03
3579 (PID.TID 0000.0001) ;
3580 (PID.TID 0000.0001) difs0 = /* max diffusiv. from shear instab. [m2/s] */
3581 (PID.TID 0000.0001) 5.000000000000000E-03
3582 (PID.TID 0000.0001) ;
3583 (PID.TID 0000.0001) dift0 = /* max diffusiv. from shear instab. [m2/s] */
3584 (PID.TID 0000.0001) 5.000000000000000E-03
3585 (PID.TID 0000.0001) ;
3586 (PID.TID 0000.0001) difmcon = /* convective viscosity [m2/s] */
3587 (PID.TID 0000.0001) 1.000000000000000E-01
3588 (PID.TID 0000.0001) ;
3589 (PID.TID 0000.0001) difscon = /* convective diffusiv. [m2/s] */
3590 (PID.TID 0000.0001) 1.000000000000000E-01
3591 (PID.TID 0000.0001) ;
3592 (PID.TID 0000.0001) diftcon = /* convective diffusiv. [m2/s] */
3593 (PID.TID 0000.0001) 1.000000000000000E-01
3594 (PID.TID 0000.0001) ;
3595 (PID.TID 0000.0001) Rrho0 = /* double diffusion density ratio [-] */
3596 (PID.TID 0000.0001) 1.900000000000000E+00
3597 (PID.TID 0000.0001) ;
3598 (PID.TID 0000.0001) dsfmax = /* max diffusiv. for salt fingering [m2/s] */
3599 (PID.TID 0000.0001) 1.000000000000000E-02
3600 (PID.TID 0000.0001) ;
3601 (PID.TID 0000.0001) cstar = /* coeff for non-locak transport [-] */
3602 (PID.TID 0000.0001) 1.000000000000000E+01
3603 (PID.TID 0000.0001) ;
3604 (PID.TID 0000.0001) KPPwriteState = /* write KPP fields to file */
3605 (PID.TID 0000.0001) T
3606 (PID.TID 0000.0001) ;
3607 (PID.TID 0000.0001) kpp_dumpFreq = /* dump freq of KPP output */
3608 (PID.TID 0000.0001) 0.000000000000000E+00
3609 (PID.TID 0000.0001) ;
3610 (PID.TID 0000.0001) kpp_taveFreq = /* time-averaging freq of KPP output */
3611 (PID.TID 0000.0001) 0.000000000000000E+00
3612 (PID.TID 0000.0001) ;
3613 (PID.TID 0000.0001)
f3cf31a902 Patr*3614 (PID.TID 0000.0001) GMREDI_CHECK: #define GMREDI
9aa0c46fff Patr*3615 (PID.TID 0000.0001) GM_AdvForm = /* if FALSE => use SkewFlux Form */
3616 (PID.TID 0000.0001) F
3617 (PID.TID 0000.0001) ;
3618 (PID.TID 0000.0001) GM_InMomAsStress = /* if TRUE => apply as Eddy Stress */
f3cf31a902 Patr*3619 (PID.TID 0000.0001) F
3620 (PID.TID 0000.0001) ;
3621 (PID.TID 0000.0001) GM_AdvSeparate = /* Calc Bolus & Euler Adv. separately */
3622 (PID.TID 0000.0001) F
3623 (PID.TID 0000.0001) ;
9aa0c46fff Patr*3624 (PID.TID 0000.0001) GM_ExtraDiag = /* Tensor Extra Diag (line 1&2) non 0 */
f3cf31a902 Patr*3625 (PID.TID 0000.0001) F
3626 (PID.TID 0000.0001) ;
9aa0c46fff Patr*3627 (PID.TID 0000.0001) GM_isopycK = /* Background Isopyc. Diffusivity [m^2/s] */
f3cf31a902 Patr*3628 (PID.TID 0000.0001) 1.000000000000000E+03
3629 (PID.TID 0000.0001) ;
9aa0c46fff Patr*3630 (PID.TID 0000.0001) GM_skewflx*K = /* Background GM_SkewFlx Diffusivity [m^2/s] */
f3cf31a902 Patr*3631 (PID.TID 0000.0001) 1.000000000000000E+03
3632 (PID.TID 0000.0001) ;
9aa0c46fff Patr*3633 (PID.TID 0000.0001) GM_advec*K = /* Backg. GM-Advec(=Bolus) Diffusivity [m^2/s]*/
f3cf31a902 Patr*3634 (PID.TID 0000.0001) 0.000000000000000E+00
3635 (PID.TID 0000.0001) ;
9aa0c46fff Patr*3636 (PID.TID 0000.0001) GM_Kmin_horiz = /* Minimum Horizontal Diffusivity [m^2/s] */
2e9a914753 Patr*3637 (PID.TID 0000.0001) 5.000000000000000E+01
f3cf31a902 Patr*3638 (PID.TID 0000.0001) ;
9aa0c46fff Patr*3639 (PID.TID 0000.0001) GM_Visbeck_alpha = /* Visbeck alpha coeff. [-] */
3640 (PID.TID 0000.0001) 0.000000000000000E+00
3641 (PID.TID 0000.0001) ;
3642 (PID.TID 0000.0001) GM_Small_Number = /* epsilon used in slope calc */
f3cf31a902 Patr*3643 (PID.TID 0000.0001) 9.999999999999999E-21
3644 (PID.TID 0000.0001) ;
9aa0c46fff Patr*3645 (PID.TID 0000.0001) GM_slopeSqCutoff = /* Slope^2 cut-off value */
f3cf31a902 Patr*3646 (PID.TID 0000.0001) 1.000000000000000E+08
3647 (PID.TID 0000.0001) ;
9aa0c46fff Patr*3648 (PID.TID 0000.0001) GM_taper_scheme = /* Type of Tapering/Clipping scheme */
3649 (PID.TID 0000.0001) 'dm95 '
3650 (PID.TID 0000.0001) ;
3651 (PID.TID 0000.0001) GM_maxSlope = /* Maximum Slope (Tapering/Clipping) */
3652 (PID.TID 0000.0001) 1.000000000000000E-02
3653 (PID.TID 0000.0001) ;
3654 (PID.TID 0000.0001) GM_facTrL2dz = /* Minimum Trans.Layer Thick. (factor of dz) */
3655 (PID.TID 0000.0001) 1.000000000000000E+00
3656 (PID.TID 0000.0001) ;
3657 (PID.TID 0000.0001) GM_facTrL2ML = /* Max.Trans.Layer Thick. (factor of MxL Depth)*/
3658 (PID.TID 0000.0001) 5.000000000000000E+00
3659 (PID.TID 0000.0001) ;
3660 (PID.TID 0000.0001) GM_maxTransLay = /* Maximum Transition Layer Thickness [m] */
3661 (PID.TID 0000.0001) 5.000000000000000E+02
3662 (PID.TID 0000.0001) ;
5ffe4be5b9 Ian *3663 (PID.TID 0000.0001) GM_UseBVP = /* if TRUE => use bvp a la Ferrari et al. (2010) */
3664 (PID.TID 0000.0001) F
3665 (PID.TID 0000.0001) ;
3666 (PID.TID 0000.0001) GM_BVP_ModeNumber = /* Vertical mode number for BVP wave speed */
3667 (PID.TID 0000.0001) 1
3668 (PID.TID 0000.0001) ;
3669 (PID.TID 0000.0001) GM_BVP_cMin = /* Minimum wave speed for BVP [m/s] */
3670 (PID.TID 0000.0001) 1.000000000000000E-01
3671 (PID.TID 0000.0001) ;
542407be1b Jean*3672 (PID.TID 0000.0001) GM_useSubMeso = /* if TRUE => use Sub-Meso param. (B.Fox-Kemper) */
3673 (PID.TID 0000.0001) F
3674 (PID.TID 0000.0001) ;
3675 (PID.TID 0000.0001) subMeso_Ceff = /* efficiency coeff. of Mixed-Layer Eddies [-] */
3676 (PID.TID 0000.0001) 7.000000000000001E-02
3677 (PID.TID 0000.0001) ;
3678 (PID.TID 0000.0001) subMeso_invTau = /* inverse of Sub-Meso mixing time-scale [/s] */
3679 (PID.TID 0000.0001) 2.000000000000000E-06
3680 (PID.TID 0000.0001) ;
3681 (PID.TID 0000.0001) subMeso_LfMin = /* minimum length-scale "Lf" [m] */
3682 (PID.TID 0000.0001) 1.000000000000000E+03
3683 (PID.TID 0000.0001) ;
3684 (PID.TID 0000.0001) subMeso_Lmax = /* maximum grid-scale length [m] */
3685 (PID.TID 0000.0001) 1.100000000000000E+05
3686 (PID.TID 0000.0001) ;
4a08d54d3a Mart*3687 (PID.TID 0000.0001) GM_useLeithQG = /* if TRUE => add QG Leith viscosity to GMRedi tensor */
3688 (PID.TID 0000.0001) F
3689 (PID.TID 0000.0001) ;
8af6ce5f73 Jean*3690 (PID.TID 0000.0001) EXF_CHECK: #define ALLOW_EXF
f3cf31a902 Patr*3691 (PID.TID 0000.0001) SEAICE_CHECK: #define ALLOW_SEAICE
fae4a9197e Jean*3692 (PID.TID 0000.0001) CTRL_CHECK: --> Starts to check CTRL set-up
3693 (PID.TID 0000.0001) CTRL_CHECK: <-- Ends Normally
3694 (PID.TID 0000.0001)
8af6ce5f73 Jean*3695 (PID.TID 0000.0001) COST_CHECK: #define ALLOW_COST
66d5eb148f Jean*3696 (PID.TID 0000.0001) GRDCHK_CHECK: grdchk package
5bc996898d Mart*3697 (PID.TID 0000.0001) etagcm defined by gencost 4
336f905219 Gael*3698 (PID.TID 0000.0001) GAD_CHECK: #define ALLOW_GENERIC_ADVDIFF
f3cf31a902 Patr*3699 (PID.TID 0000.0001) // =======================================================
074aa2a738 Gael*3700 (PID.TID 0000.0001) // Check Model config. (CONFIG_CHECK):
f3cf31a902 Patr*3701 (PID.TID 0000.0001) // CONFIG_CHECK : Normal End
3702 (PID.TID 0000.0001) // =======================================================
3703 (PID.TID 0000.0001)
72ca2fdbec Jean*3704 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
3705 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
3706 (PID.TID 0000.0001)
3707 (PID.TID 0000.0001) // =======================================================
b5d2b0306c Jean*3708 (PID.TID 0000.0001) // Model current state
429e10e0eb Patr*3709 (PID.TID 0000.0001) // =======================================================
b5d2b0306c Jean*3710 (PID.TID 0000.0001)
fe1862e69b Mart*3711 (PID.TID 0000.0001) whio : write lev 2 rec 1
c2f3f99e20 Patr*3712 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*3713 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
3714 cg2d: Sum(rhs),rhsMax = 2.08860706507608E-15 1.19111702562865E+00
3715 (PID.TID 0000.0001) whio : write lev 2 rec 2
3716 cg2d: Sum(rhs),rhsMax = 9.44383460321774E-15 1.20987150232973E+00
3717 cg2d: Sum(rhs),rhsMax = 7.82707232360735E-15 1.20525368718144E+00
4684c345dd Jean*3718 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fe1862e69b Mart*3719 cg2d: Sum(rhs),rhsMax = 9.44383460321774E-15 1.20987150232973E+00
3720 cg2d: Sum(rhs),rhsMax = 7.82707232360735E-15 1.20525368718144E+00
8af6ce5f73 Jean*3721 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
4684c345dd Jean*3722 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
72ca2fdbec Jean*3723 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*3724 (PID.TID 0000.0001) // Begin AD_MONITOR dynamic field statistics
72ca2fdbec Jean*3725 (PID.TID 0000.0001) // =======================================================
429e10e0eb Patr*3726 (PID.TID 0000.0001) %MON ad_time_tsnumber = 4
3727 (PID.TID 0000.0001) %MON ad_time_secondsf = 1.4400000000000E+04
f93c9f973f Jean*3728 (PID.TID 0000.0001) %MON ad_dynstat_adeta_max = 2.7475615567420E-02
3729 (PID.TID 0000.0001) %MON ad_dynstat_adeta_min = -3.2312129007742E-02
d83a62f093 Mart*3730 (PID.TID 0000.0001) %MON ad_dynstat_adeta_mean = -7.1186423830849E-04
f93c9f973f Jean*3731 (PID.TID 0000.0001) %MON ad_dynstat_adeta_sd = 8.2021880700831E-03
d83a62f093 Mart*3732 (PID.TID 0000.0001) %MON ad_dynstat_adeta_del2 = 1.2745756954190E-03
66d5eb148f Jean*3733 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_max = 0.0000000000000E+00
3734 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_min = 0.0000000000000E+00
3735 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_mean = 0.0000000000000E+00
3736 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_sd = 0.0000000000000E+00
3737 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_del2 = 0.0000000000000E+00
3738 (PID.TID 0000.0001) %MON ad_dynstat_advvel_max = 0.0000000000000E+00
3739 (PID.TID 0000.0001) %MON ad_dynstat_advvel_min = 0.0000000000000E+00
3740 (PID.TID 0000.0001) %MON ad_dynstat_advvel_mean = 0.0000000000000E+00
3741 (PID.TID 0000.0001) %MON ad_dynstat_advvel_sd = 0.0000000000000E+00
3742 (PID.TID 0000.0001) %MON ad_dynstat_advvel_del2 = 0.0000000000000E+00
3743 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_max = 0.0000000000000E+00
3744 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_min = 0.0000000000000E+00
3745 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_mean = 0.0000000000000E+00
3746 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_sd = 0.0000000000000E+00
3747 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_del2 = 0.0000000000000E+00
f93c9f973f Jean*3748 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_max = 1.1433380769475E-02
d83a62f093 Mart*3749 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_min = -4.7106207461379E+00
f93c9f973f Jean*3750 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_mean = -2.4819611870302E-02
d83a62f093 Mart*3751 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_sd = 3.0437044738578E-01
3752 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_del2 = 1.0307280365591E-02
3753 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_max = 1.5786465382530E-02
3754 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_min = -2.8090673862349E+00
f93c9f973f Jean*3755 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_mean = -1.3987161889169E-02
d83a62f093 Mart*3756 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_sd = 1.7439402441949E-01
3757 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_del2 = 5.9923065708940E-03
72ca2fdbec Jean*3758 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*3759 (PID.TID 0000.0001) // End AD_MONITOR dynamic field statistics
72ca2fdbec Jean*3760 (PID.TID 0000.0001) // =======================================================
059a29a570 Patr*3761 (PID.TID 0000.0001) // =======================================================
3762 (PID.TID 0000.0001) // Begin AD_MONITOR SEAICE statistics
3763 (PID.TID 0000.0001) // =======================================================
429e10e0eb Patr*3764 (PID.TID 0000.0001) %MON ad_seaice_tsnumber = 4
3765 (PID.TID 0000.0001) %MON ad_seaice_time_sec = 1.4400000000000E+04
059a29a570 Patr*3766 (PID.TID 0000.0001) %MON ad_seaice_aduice_max = 0.0000000000000E+00
3767 (PID.TID 0000.0001) %MON ad_seaice_aduice_min = 0.0000000000000E+00
3768 (PID.TID 0000.0001) %MON ad_seaice_aduice_mean = 0.0000000000000E+00
3769 (PID.TID 0000.0001) %MON ad_seaice_aduice_sd = 0.0000000000000E+00
3770 (PID.TID 0000.0001) %MON ad_seaice_aduice_del2 = 0.0000000000000E+00
3771 (PID.TID 0000.0001) %MON ad_seaice_advice_max = 0.0000000000000E+00
3772 (PID.TID 0000.0001) %MON ad_seaice_advice_min = 0.0000000000000E+00
3773 (PID.TID 0000.0001) %MON ad_seaice_advice_mean = 0.0000000000000E+00
3774 (PID.TID 0000.0001) %MON ad_seaice_advice_sd = 0.0000000000000E+00
3775 (PID.TID 0000.0001) %MON ad_seaice_advice_del2 = 0.0000000000000E+00
3776 (PID.TID 0000.0001) %MON ad_seaice_adarea_max = 0.0000000000000E+00
3777 (PID.TID 0000.0001) %MON ad_seaice_adarea_min = 0.0000000000000E+00
3778 (PID.TID 0000.0001) %MON ad_seaice_adarea_mean = 0.0000000000000E+00
3779 (PID.TID 0000.0001) %MON ad_seaice_adarea_sd = 0.0000000000000E+00
3780 (PID.TID 0000.0001) %MON ad_seaice_adarea_del2 = 0.0000000000000E+00
3781 (PID.TID 0000.0001) %MON ad_seaice_adheff_max = 0.0000000000000E+00
3782 (PID.TID 0000.0001) %MON ad_seaice_adheff_min = 0.0000000000000E+00
3783 (PID.TID 0000.0001) %MON ad_seaice_adheff_mean = 0.0000000000000E+00
3784 (PID.TID 0000.0001) %MON ad_seaice_adheff_sd = 0.0000000000000E+00
3785 (PID.TID 0000.0001) %MON ad_seaice_adheff_del2 = 0.0000000000000E+00
3786 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_max = 0.0000000000000E+00
3787 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_min = 0.0000000000000E+00
3788 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_mean = 0.0000000000000E+00
3789 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_sd = 0.0000000000000E+00
3790 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_del2 = 0.0000000000000E+00
3791 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_max = 0.0000000000000E+00
3792 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_min = 0.0000000000000E+00
3793 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_mean = 0.0000000000000E+00
3794 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_sd = 0.0000000000000E+00
3795 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_del2 = 0.0000000000000E+00
3796 (PID.TID 0000.0001) // =======================================================
3797 (PID.TID 0000.0001) // End AD_MONITOR SEAICE statistics
3798 (PID.TID 0000.0001) // =======================================================
fae4a9197e Jean*3799 Calling cg2d from S/R CG2D_MAD
fe1862e69b Mart*3800 cg2d: Sum(rhs),rhsMax = -7.63278329429795E-17 1.04090595757221E-03
429e10e0eb Patr*3801 (PID.TID 0000.0001) // =======================================================
3802 (PID.TID 0000.0001) // Begin AD_MONITOR EXF statistics for iwhen = 3
3803 (PID.TID 0000.0001) // =======================================================
3804 (PID.TID 0000.0001) %MON ad_exf_tsnumber = 3
3805 (PID.TID 0000.0001) %MON ad_exf_time_sec = 1.0800000000000E+04
efbf3d050e Jean*3806 (PID.TID 0000.0001) %MON ad_exf_adfu_max = 1.7105052436395E-01
3807 (PID.TID 0000.0001) %MON ad_exf_adfu_min = -7.5286322893321E-02
3808 (PID.TID 0000.0001) %MON ad_exf_adfu_mean = 1.5324931012448E-02
3809 (PID.TID 0000.0001) %MON ad_exf_adfu_sd = 3.7326098466137E-02
3810 (PID.TID 0000.0001) %MON ad_exf_adfu_del2 = 7.3711865467232E-03
3811 (PID.TID 0000.0001) %MON ad_exf_adfv_max = 9.4317541936807E-02
3812 (PID.TID 0000.0001) %MON ad_exf_adfv_min = -1.1903796930668E-01
3813 (PID.TID 0000.0001) %MON ad_exf_adfv_mean = 1.5917833154019E-03
3814 (PID.TID 0000.0001) %MON ad_exf_adfv_sd = 2.6770578024749E-02
3815 (PID.TID 0000.0001) %MON ad_exf_adfv_del2 = 5.2484089890825E-03
d83a62f093 Mart*3816 (PID.TID 0000.0001) %MON ad_exf_adqnet_max = 4.1205722595081E-04
3817 (PID.TID 0000.0001) %MON ad_exf_adqnet_min = 1.2622407097712E-04
efbf3d050e Jean*3818 (PID.TID 0000.0001) %MON ad_exf_adqnet_mean = 3.1574225333937E-04
3819 (PID.TID 0000.0001) %MON ad_exf_adqnet_sd = 8.1423907880702E-05
3820 (PID.TID 0000.0001) %MON ad_exf_adqnet_del2 = 1.1203917256559E-05
d83a62f093 Mart*3821 (PID.TID 0000.0001) %MON ad_exf_adempmr_max = -9.8431582172272E+00
efbf3d050e Jean*3822 (PID.TID 0000.0001) %MON ad_exf_adempmr_min = -4.6494306602203E+01
3823 (PID.TID 0000.0001) %MON ad_exf_adempmr_mean = -2.7831841072174E+01
3824 (PID.TID 0000.0001) %MON ad_exf_adempmr_sd = 9.8342784583822E+00
3825 (PID.TID 0000.0001) %MON ad_exf_adempmr_del2 = 9.3579212469301E-01
fae4a9197e Jean*3826 (PID.TID 0000.0001) %MON ad_exf_adqsw_max = -2.7069718440844E-05
3827 (PID.TID 0000.0001) %MON ad_exf_adqsw_min = -9.4970702481941E-05
3828 (PID.TID 0000.0001) %MON ad_exf_adqsw_mean = -7.2569475898552E-05
3829 (PID.TID 0000.0001) %MON ad_exf_adqsw_sd = 1.8879546901366E-05
3830 (PID.TID 0000.0001) %MON ad_exf_adqsw_del2 = 2.5886925177208E-06
429e10e0eb Patr*3831 (PID.TID 0000.0001) // =======================================================
3832 (PID.TID 0000.0001) // End AD_MONITOR EXF statistics for iwhen = 3
3833 (PID.TID 0000.0001) // =======================================================
3834 (PID.TID 0000.0001) // =======================================================
3835 (PID.TID 0000.0001) // Begin AD_MONITOR EXF statistics for iwhen = 1
3836 (PID.TID 0000.0001) // =======================================================
3837 (PID.TID 0000.0001) %MON ad_exf_tsnumber = 3
3838 (PID.TID 0000.0001) %MON ad_exf_time_sec = 1.0800000000000E+04
efbf3d050e Jean*3839 (PID.TID 0000.0001) %MON ad_exf_adustress_max = 1.1850471051844E-01
3840 (PID.TID 0000.0001) %MON ad_exf_adustress_min = -3.3917447260510E-02
3841 (PID.TID 0000.0001) %MON ad_exf_adustress_mean = 1.0253273616815E-02
3842 (PID.TID 0000.0001) %MON ad_exf_adustress_sd = 2.3205614756976E-02
3843 (PID.TID 0000.0001) %MON ad_exf_adustress_del2 = 2.2831593916920E-03
3844 (PID.TID 0000.0001) %MON ad_exf_advstress_max = 6.0890415402091E-02
3845 (PID.TID 0000.0001) %MON ad_exf_advstress_min = -5.9518984653339E-02
3846 (PID.TID 0000.0001) %MON ad_exf_advstress_mean = 1.1155824082793E-03
3847 (PID.TID 0000.0001) %MON ad_exf_advstress_sd = 1.5519538733405E-02
3848 (PID.TID 0000.0001) %MON ad_exf_advstress_del2 = 1.7051065286228E-03
fae4a9197e Jean*3849 (PID.TID 0000.0001) %MON ad_exf_adhflux_max = 4.1205722595081E-04
429e10e0eb Patr*3850 (PID.TID 0000.0001) %MON ad_exf_adhflux_min = 0.0000000000000E+00
fae4a9197e Jean*3851 (PID.TID 0000.0001) %MON ad_exf_adhflux_mean = 1.3580705786001E-04
3852 (PID.TID 0000.0001) %MON ad_exf_adhflux_sd = 1.8805948828597E-04
3853 (PID.TID 0000.0001) %MON ad_exf_adhflux_del2 = 1.4901809202814E-05
429e10e0eb Patr*3854 (PID.TID 0000.0001) %MON ad_exf_adsflux_max = 0.0000000000000E+00
3855 (PID.TID 0000.0001) %MON ad_exf_adsflux_min = 0.0000000000000E+00
3856 (PID.TID 0000.0001) %MON ad_exf_adsflux_mean = 0.0000000000000E+00
3857 (PID.TID 0000.0001) %MON ad_exf_adsflux_sd = 0.0000000000000E+00
3858 (PID.TID 0000.0001) %MON ad_exf_adsflux_del2 = 0.0000000000000E+00
fae4a9197e Jean*3859 (PID.TID 0000.0001) %MON ad_exf_adswflux_max = 3.1708652346887E-04
3860 (PID.TID 0000.0001) %MON ad_exf_adswflux_min = 0.0000000000000E+00
3861 (PID.TID 0000.0001) %MON ad_exf_adswflux_mean = 1.0458356607319E-04
3862 (PID.TID 0000.0001) %MON ad_exf_adswflux_sd = 1.4480991603518E-04
3863 (PID.TID 0000.0001) %MON ad_exf_adswflux_del2 = 1.1470030972274E-05
efbf3d050e Jean*3864 (PID.TID 0000.0001) %MON ad_exf_adwspeed_max = 4.5131170444663E-03
3865 (PID.TID 0000.0001) %MON ad_exf_adwspeed_min = -1.0929828974486E-04
fae4a9197e Jean*3866 (PID.TID 0000.0001) %MON ad_exf_adwspeed_mean = 8.2095326604511E-05
efbf3d050e Jean*3867 (PID.TID 0000.0001) %MON ad_exf_adwspeed_sd = 4.2740554510175E-04
3868 (PID.TID 0000.0001) %MON ad_exf_adwspeed_del2 = 3.3293266852493E-05
429e10e0eb Patr*3869 (PID.TID 0000.0001) // =======================================================
3870 (PID.TID 0000.0001) // End AD_MONITOR EXF statistics for iwhen = 1
3871 (PID.TID 0000.0001) // =======================================================
3872 (PID.TID 0000.0001) // =======================================================
3873 (PID.TID 0000.0001) // Begin AD_MONITOR EXF statistics for iwhen = 2
3874 (PID.TID 0000.0001) // =======================================================
3875 (PID.TID 0000.0001) %MON ad_exf_tsnumber = 3
3876 (PID.TID 0000.0001) %MON ad_exf_time_sec = 1.0800000000000E+04
efbf3d050e Jean*3877 (PID.TID 0000.0001) %MON ad_exf_aduwind_max = 7.2944454917443E-03
3878 (PID.TID 0000.0001) %MON ad_exf_aduwind_min = -2.4937075435667E-03
3879 (PID.TID 0000.0001) %MON ad_exf_aduwind_mean = 2.6857076936008E-04
3880 (PID.TID 0000.0001) %MON ad_exf_aduwind_sd = 1.4527195742964E-03
3881 (PID.TID 0000.0001) %MON ad_exf_aduwind_del2 = 1.6303231956930E-04
3882 (PID.TID 0000.0001) %MON ad_exf_advwind_max = 4.3774184099693E-03
3883 (PID.TID 0000.0001) %MON ad_exf_advwind_min = -7.7034975190131E-03
3884 (PID.TID 0000.0001) %MON ad_exf_advwind_mean = -1.8107023055524E-04
3885 (PID.TID 0000.0001) %MON ad_exf_advwind_sd = 1.1913659637170E-03
3886 (PID.TID 0000.0001) %MON ad_exf_advwind_del2 = 1.7582924646494E-04
3887 (PID.TID 0000.0001) %MON ad_exf_adatemp_max = 5.0690966621143E-04
3888 (PID.TID 0000.0001) %MON ad_exf_adatemp_min = -3.7405899524667E-03
3889 (PID.TID 0000.0001) %MON ad_exf_adatemp_mean = -5.3724162104553E-04
3890 (PID.TID 0000.0001) %MON ad_exf_adatemp_sd = 9.6479864589376E-04
3891 (PID.TID 0000.0001) %MON ad_exf_adatemp_del2 = 6.6650441501611E-05
3892 (PID.TID 0000.0001) %MON ad_exf_adaqh_max = 1.6548791090865E+00
3893 (PID.TID 0000.0001) %MON ad_exf_adaqh_min = -9.5085553249155E+00
3894 (PID.TID 0000.0001) %MON ad_exf_adaqh_mean = -2.2491190694105E+00
3895 (PID.TID 0000.0001) %MON ad_exf_adaqh_sd = 3.5414243268130E+00
3896 (PID.TID 0000.0001) %MON ad_exf_adaqh_del2 = 2.7248312751563E-01
9f77f803ec Jean*3897 (PID.TID 0000.0001) %MON ad_exf_adprecip_max = 1.6188233954989E+05
429e10e0eb Patr*3898 (PID.TID 0000.0001) %MON ad_exf_adprecip_min = 0.0000000000000E+00
efbf3d050e Jean*3899 (PID.TID 0000.0001) %MON ad_exf_adprecip_mean = 1.5262896890093E+04
3900 (PID.TID 0000.0001) %MON ad_exf_adprecip_sd = 2.3371873466147E+04
3901 (PID.TID 0000.0001) %MON ad_exf_adprecip_del2 = 1.4428683240061E+03
3902 (PID.TID 0000.0001) %MON ad_exf_adlwdown_max = 5.6944501046819E-05
d83a62f093 Mart*3903 (PID.TID 0000.0001) %MON ad_exf_adlwdown_min = -3.9970277649550E-04
efbf3d050e Jean*3904 (PID.TID 0000.0001) %MON ad_exf_adlwdown_mean = -1.2730818916299E-04
3905 (PID.TID 0000.0001) %MON ad_exf_adlwdown_sd = 1.8781913273695E-04
3906 (PID.TID 0000.0001) %MON ad_exf_adlwdown_del2 = 1.5833144659284E-05
fae4a9197e Jean*3907 (PID.TID 0000.0001) %MON ad_exf_adswdown_max = 1.4802909919731E-05
3908 (PID.TID 0000.0001) %MON ad_exf_adswdown_min = -2.8537787112198E-04
3909 (PID.TID 0000.0001) %MON ad_exf_adswdown_mean = -9.3196259488637E-05
3910 (PID.TID 0000.0001) %MON ad_exf_adswdown_sd = 1.3121750497787E-04
3911 (PID.TID 0000.0001) %MON ad_exf_adswdown_del2 = 1.0652639772668E-05
efbf3d050e Jean*3912 (PID.TID 0000.0001) %MON ad_exf_adrunoff_max = 4.6485007740883E+04
9f77f803ec Jean*3913 (PID.TID 0000.0001) %MON ad_exf_adrunoff_min = 9.8411895855838E+03
efbf3d050e Jean*3914 (PID.TID 0000.0001) %MON ad_exf_adrunoff_mean = 2.7826274703960E+04
3915 (PID.TID 0000.0001) %MON ad_exf_adrunoff_sd = 9.8323116026905E+03
3916 (PID.TID 0000.0001) %MON ad_exf_adrunoff_del2 = 9.3560496626808E+02
429e10e0eb Patr*3917 (PID.TID 0000.0001) // =======================================================
3918 (PID.TID 0000.0001) // End AD_MONITOR EXF statistics for iwhen = 2
3919 (PID.TID 0000.0001) // =======================================================
3920 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*3921 (PID.TID 0000.0001) // Begin AD_MONITOR dynamic field statistics
429e10e0eb Patr*3922 (PID.TID 0000.0001) // =======================================================
3923 (PID.TID 0000.0001) %MON ad_time_tsnumber = 3
3924 (PID.TID 0000.0001) %MON ad_time_secondsf = 1.0800000000000E+04
efbf3d050e Jean*3925 (PID.TID 0000.0001) %MON ad_dynstat_adeta_max = 1.9647648378124E+00
3926 (PID.TID 0000.0001) %MON ad_dynstat_adeta_min = -1.2325179553310E+00
3927 (PID.TID 0000.0001) %MON ad_dynstat_adeta_mean = -4.7623970215731E-04
3928 (PID.TID 0000.0001) %MON ad_dynstat_adeta_sd = 5.1584373536431E-01
3929 (PID.TID 0000.0001) %MON ad_dynstat_adeta_del2 = 6.8732470818721E-02
3930 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_max = 4.4020396545290E-01
3931 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_min = -1.3202548838924E+00
3932 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_mean = -3.0702246389792E-01
3933 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_sd = 3.1650250731684E-01
3934 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_del2 = 3.1394077731921E-03
3935 (PID.TID 0000.0001) %MON ad_dynstat_advvel_max = 1.0119014031551E+00
3936 (PID.TID 0000.0001) %MON ad_dynstat_advvel_min = -7.8126234996762E-01
3937 (PID.TID 0000.0001) %MON ad_dynstat_advvel_mean = 1.7404636133053E-01
3938 (PID.TID 0000.0001) %MON ad_dynstat_advvel_sd = 2.3505729783969E-01
3939 (PID.TID 0000.0001) %MON ad_dynstat_advvel_del2 = 3.3986467616732E-03
3940 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_max = 6.4240398112308E+00
3941 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_min = -7.5239653947258E+00
3942 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_mean = 2.3220884615409E-03
3943 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_sd = 1.8919937718778E-01
3944 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_del2 = 2.7494272388335E-02
3945 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_max = 4.2642125910055E-02
3946 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_min = -9.4107648600109E+00
fe1862e69b Mart*3947 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_mean = -3.6979489763833E-02
3948 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_sd = 4.9262782825230E-01
3949 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_del2 = 1.8044884174045E-02
efbf3d050e Jean*3950 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_max = 3.7782484468570E-01
3951 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_min = -5.6123670246637E+00
fe1862e69b Mart*3952 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_mean = -2.7372956520138E-02
3953 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_sd = 3.5829125362362E-01
3954 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_del2 = 1.2157604857840E-02
429e10e0eb Patr*3955 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*3956 (PID.TID 0000.0001) // End AD_MONITOR dynamic field statistics
429e10e0eb Patr*3957 (PID.TID 0000.0001) // =======================================================
3958 (PID.TID 0000.0001) // =======================================================
3959 (PID.TID 0000.0001) // Begin AD_MONITOR SEAICE statistics
3960 (PID.TID 0000.0001) // =======================================================
3961 (PID.TID 0000.0001) %MON ad_seaice_tsnumber = 3
3962 (PID.TID 0000.0001) %MON ad_seaice_time_sec = 1.0800000000000E+04
efbf3d050e Jean*3963 (PID.TID 0000.0001) %MON ad_seaice_aduice_max = 2.5673335181186E+00
fae4a9197e Jean*3964 (PID.TID 0000.0001) %MON ad_seaice_aduice_min = -5.7866257178409E+00
efbf3d050e Jean*3965 (PID.TID 0000.0001) %MON ad_seaice_aduice_mean = 2.4949961177047E-03
fae4a9197e Jean*3966 (PID.TID 0000.0001) %MON ad_seaice_aduice_sd = 6.8769264253842E-01
3967 (PID.TID 0000.0001) %MON ad_seaice_aduice_del2 = 2.1534863556628E-01
3968 (PID.TID 0000.0001) %MON ad_seaice_advice_max = 5.3443921894027E+00
efbf3d050e Jean*3969 (PID.TID 0000.0001) %MON ad_seaice_advice_min = -4.7672301312565E+00
fae4a9197e Jean*3970 (PID.TID 0000.0001) %MON ad_seaice_advice_mean = -7.1904888032897E-04
3971 (PID.TID 0000.0001) %MON ad_seaice_advice_sd = 7.6832746003330E-01
3972 (PID.TID 0000.0001) %MON ad_seaice_advice_del2 = 2.7338529857402E-01
efbf3d050e Jean*3973 (PID.TID 0000.0001) %MON ad_seaice_adarea_max = 9.5445002022239E-01
3974 (PID.TID 0000.0001) %MON ad_seaice_adarea_min = -2.5751357756217E-01
3975 (PID.TID 0000.0001) %MON ad_seaice_adarea_mean = -2.5734164422172E-02
3976 (PID.TID 0000.0001) %MON ad_seaice_adarea_sd = 1.0370266674227E-01
3977 (PID.TID 0000.0001) %MON ad_seaice_adarea_del2 = 2.7155057721102E-02
3978 (PID.TID 0000.0001) %MON ad_seaice_adheff_max = 4.6218854115923E+01
3979 (PID.TID 0000.0001) %MON ad_seaice_adheff_min = -2.1611536853482E-02
3980 (PID.TID 0000.0001) %MON ad_seaice_adheff_mean = 1.5286337895171E+01
3981 (PID.TID 0000.0001) %MON ad_seaice_adheff_sd = 2.0735637224455E+01
3982 (PID.TID 0000.0001) %MON ad_seaice_adheff_del2 = 1.5805513468260E+00
3983 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_max = 1.6760683360719E+01
3984 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_min = 2.5782029197746E-03
3985 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_mean = 5.5313626106914E+00
3986 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_sd = 7.5127838986416E+00
3987 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_del2 = 5.7474273361602E-01
fae4a9197e Jean*3988 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_max = -4.4674610818612E-07
3989 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_min = -3.6900243335082E-04
3990 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_mean = -1.1857493300690E-04
3991 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_sd = 1.4694662716529E-04
3992 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_del2 = 7.5748105205050E-06
429e10e0eb Patr*3993 (PID.TID 0000.0001) // =======================================================
3994 (PID.TID 0000.0001) // End AD_MONITOR SEAICE statistics
3995 (PID.TID 0000.0001) // =======================================================
fae4a9197e Jean*3996 Calling cg2d from S/R CG2D_MAD
fe1862e69b Mart*3997 cg2d: Sum(rhs),rhsMax = -1.20875531806064E-14 8.36519728147157E-04
b5d2b0306c Jean*3998 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*3999 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
4000 cg2d: Sum(rhs),rhsMax = 2.08860706507608E-15 1.19111702562865E+00
059a29a570 Patr*4001 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*4002 (PID.TID 0000.0001) // Begin AD_MONITOR dynamic field statistics
35682afcbc Patr*4003 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4004 (PID.TID 0000.0001) %MON ad_time_tsnumber = 2
4005 (PID.TID 0000.0001) %MON ad_time_secondsf = 7.2000000000000E+03
fe1862e69b Mart*4006 (PID.TID 0000.0001) %MON ad_dynstat_adeta_max = 6.2011657254136E+00
4007 (PID.TID 0000.0001) %MON ad_dynstat_adeta_min = -4.2637603889393E+00
4008 (PID.TID 0000.0001) %MON ad_dynstat_adeta_mean = 2.8421944522110E-02
4009 (PID.TID 0000.0001) %MON ad_dynstat_adeta_sd = 1.4213070476638E+00
4010 (PID.TID 0000.0001) %MON ad_dynstat_adeta_del2 = 1.4404443368517E-01
4011 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_max = 1.9419450879399E+00
4012 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_min = -1.7389187256729E+00
4013 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_mean = -3.6345473925988E-01
4014 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_sd = 3.8831434109011E-01
4015 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_del2 = 7.1674488759798E-03
4016 (PID.TID 0000.0001) %MON ad_dynstat_advvel_max = 2.8624002395250E+00
4017 (PID.TID 0000.0001) %MON ad_dynstat_advvel_min = -1.3116326208734E+00
4018 (PID.TID 0000.0001) %MON ad_dynstat_advvel_mean = 1.0697188230006E+00
4019 (PID.TID 0000.0001) %MON ad_dynstat_advvel_sd = 8.0002300641016E-01
4020 (PID.TID 0000.0001) %MON ad_dynstat_advvel_del2 = 8.8744734696752E-03
efbf3d050e Jean*4021 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_max = 8.7991316057894E+00
fe1862e69b Mart*4022 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_min = -1.0848838426778E+01
4023 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_mean = 1.1584276775296E-03
4024 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_sd = 2.3262444678618E-01
4025 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_del2 = 2.7669491452772E-02
4026 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_max = 1.2204530661057E-01
efbf3d050e Jean*4027 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_min = -1.4099828926965E+01
fe1862e69b Mart*4028 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_mean = -4.7458782195158E-02
4029 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_sd = 6.8154346415309E-01
4030 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_del2 = 3.1707269067564E-02
4031 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_max = 8.1855269946356E-01
efbf3d050e Jean*4032 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_min = -8.4125958954379E+00
fe1862e69b Mart*4033 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_mean = -3.4797671897649E-02
4034 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_sd = 5.6478342787789E-01
4035 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_del2 = 1.8327456236867E-02
35682afcbc Patr*4036 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*4037 (PID.TID 0000.0001) // End AD_MONITOR dynamic field statistics
72ca2fdbec Jean*4038 (PID.TID 0000.0001) // =======================================================
059a29a570 Patr*4039 (PID.TID 0000.0001) // =======================================================
4040 (PID.TID 0000.0001) // Begin AD_MONITOR SEAICE statistics
4041 (PID.TID 0000.0001) // =======================================================
4042 (PID.TID 0000.0001) %MON ad_seaice_tsnumber = 2
4043 (PID.TID 0000.0001) %MON ad_seaice_time_sec = 7.2000000000000E+03
fe1862e69b Mart*4044 (PID.TID 0000.0001) %MON ad_seaice_aduice_max = 1.3188032315743E+02
4045 (PID.TID 0000.0001) %MON ad_seaice_aduice_min = -1.2313447184651E+02
4046 (PID.TID 0000.0001) %MON ad_seaice_aduice_mean = 7.5273518833728E-02
4047 (PID.TID 0000.0001) %MON ad_seaice_aduice_sd = 1.8682278476027E+01
4048 (PID.TID 0000.0001) %MON ad_seaice_aduice_del2 = 5.9607719299015E+00
4049 (PID.TID 0000.0001) %MON ad_seaice_advice_max = 2.1498959715382E+01
4050 (PID.TID 0000.0001) %MON ad_seaice_advice_min = -1.8216175567930E+01
4051 (PID.TID 0000.0001) %MON ad_seaice_advice_mean = 8.9705556256216E-04
4052 (PID.TID 0000.0001) %MON ad_seaice_advice_sd = 4.9353192000944E+00
4053 (PID.TID 0000.0001) %MON ad_seaice_advice_del2 = 1.0470297128622E+00
4054 (PID.TID 0000.0001) %MON ad_seaice_adarea_max = 3.0892622252030E+00
4055 (PID.TID 0000.0001) %MON ad_seaice_adarea_min = -2.1479526505818E+01
4056 (PID.TID 0000.0001) %MON ad_seaice_adarea_mean = -2.0877386779953E-01
4057 (PID.TID 0000.0001) %MON ad_seaice_adarea_sd = 2.1042334002375E+00
4058 (PID.TID 0000.0001) %MON ad_seaice_adarea_del2 = 4.9207979054202E-01
efbf3d050e Jean*4059 (PID.TID 0000.0001) %MON ad_seaice_adheff_max = 9.2326600179177E+01
fe1862e69b Mart*4060 (PID.TID 0000.0001) %MON ad_seaice_adheff_min = -8.5489416226010E+00
4061 (PID.TID 0000.0001) %MON ad_seaice_adheff_mean = 2.9670766490150E+01
4062 (PID.TID 0000.0001) %MON ad_seaice_adheff_sd = 4.0854720782896E+01
4063 (PID.TID 0000.0001) %MON ad_seaice_adheff_del2 = 3.1534126089116E+00
fae4a9197e Jean*4064 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_max = 3.3481074790250E+01
4065 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_min = 6.8318821601082E-03
efbf3d050e Jean*4066 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_mean = 1.0870035474059E+01
4067 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_sd = 1.4830562079476E+01
4068 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_del2 = 1.1222410514607E+00
fae4a9197e Jean*4069 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_max = -4.9082367927618E-06
4070 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_min = -7.2785501989908E-04
4071 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_mean = -2.5620517162102E-04
4072 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_sd = 2.6823112467053E-04
4073 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_del2 = 1.0740858277813E-05
059a29a570 Patr*4074 (PID.TID 0000.0001) // =======================================================
4075 (PID.TID 0000.0001) // End AD_MONITOR SEAICE statistics
4076 (PID.TID 0000.0001) // =======================================================
fae4a9197e Jean*4077 Calling cg2d from S/R CG2D_MAD
fe1862e69b Mart*4078 cg2d: Sum(rhs),rhsMax = -6.80011602582908E-15 1.48479897352216E-03
059a29a570 Patr*4079 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*4080 (PID.TID 0000.0001) // Begin AD_MONITOR dynamic field statistics
72ca2fdbec Jean*4081 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4082 (PID.TID 0000.0001) %MON ad_time_tsnumber = 1
4083 (PID.TID 0000.0001) %MON ad_time_secondsf = 3.6000000000000E+03
fe1862e69b Mart*4084 (PID.TID 0000.0001) %MON ad_dynstat_adeta_max = 1.3429300886013E+01
4085 (PID.TID 0000.0001) %MON ad_dynstat_adeta_min = -7.5645675416301E+00
4086 (PID.TID 0000.0001) %MON ad_dynstat_adeta_mean = 8.4293911338411E-02
4087 (PID.TID 0000.0001) %MON ad_dynstat_adeta_sd = 2.8254849572682E+00
4088 (PID.TID 0000.0001) %MON ad_dynstat_adeta_del2 = 2.5296888925680E-01
4089 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_max = 1.1252986062700E+01
4090 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_min = -6.2482629848179E+00
4091 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_mean = 7.8891373788553E-02
4092 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_sd = 3.9249942115028E-01
4093 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_del2 = 3.7483463358160E-02
4094 (PID.TID 0000.0001) %MON ad_dynstat_advvel_max = 4.6478004738771E+00
4095 (PID.TID 0000.0001) %MON ad_dynstat_advvel_min = -6.8594962689756E+00
4096 (PID.TID 0000.0001) %MON ad_dynstat_advvel_mean = 1.4737176445939E+00
4097 (PID.TID 0000.0001) %MON ad_dynstat_advvel_sd = 1.1448664231844E+00
4098 (PID.TID 0000.0001) %MON ad_dynstat_advvel_del2 = 1.6973363064309E-02
4099 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_max = 1.1404236192431E+01
4100 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_min = -1.1188008824191E+01
4101 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_mean = 5.4656958475368E-04
4102 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_sd = 2.2184484837575E-01
4103 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_del2 = 3.3476781577539E-02
4104 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_max = 2.0465417254210E-01
efbf3d050e Jean*4105 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_min = -1.8792419417022E+01
fe1862e69b Mart*4106 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_mean = -5.7342655755756E-02
4107 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_sd = 8.6014599768627E-01
4108 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_del2 = 3.9372700406975E-02
4109 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_max = 7.2173393717856E+00
4110 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_min = -1.2857649067573E+01
4111 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_mean = -3.7265106107294E-02
4112 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_sd = 8.1793690963116E-01
4113 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_del2 = 2.6294119702402E-02
72ca2fdbec Jean*4114 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*4115 (PID.TID 0000.0001) // End AD_MONITOR dynamic field statistics
35682afcbc Patr*4116 (PID.TID 0000.0001) // =======================================================
059a29a570 Patr*4117 (PID.TID 0000.0001) // =======================================================
4118 (PID.TID 0000.0001) // Begin AD_MONITOR SEAICE statistics
4119 (PID.TID 0000.0001) // =======================================================
4120 (PID.TID 0000.0001) %MON ad_seaice_tsnumber = 1
4121 (PID.TID 0000.0001) %MON ad_seaice_time_sec = 3.6000000000000E+03
fe1862e69b Mart*4122 (PID.TID 0000.0001) %MON ad_seaice_aduice_max = 3.6170930758451E+03
4123 (PID.TID 0000.0001) %MON ad_seaice_aduice_min = -5.3610999305131E+03
4124 (PID.TID 0000.0001) %MON ad_seaice_aduice_mean = 1.1746709814866E+01
4125 (PID.TID 0000.0001) %MON ad_seaice_aduice_sd = 8.2529572091653E+02
4126 (PID.TID 0000.0001) %MON ad_seaice_aduice_del2 = 2.2239380075204E+02
4127 (PID.TID 0000.0001) %MON ad_seaice_advice_max = 1.2186942942744E+03
4128 (PID.TID 0000.0001) %MON ad_seaice_advice_min = -2.7068587012203E+03
4129 (PID.TID 0000.0001) %MON ad_seaice_advice_mean = -4.1104226860367E+00
4130 (PID.TID 0000.0001) %MON ad_seaice_advice_sd = 3.7352283745270E+02
4131 (PID.TID 0000.0001) %MON ad_seaice_advice_del2 = 1.0793569822283E+02
4132 (PID.TID 0000.0001) %MON ad_seaice_adarea_max = 5.9962286133665E+02
4133 (PID.TID 0000.0001) %MON ad_seaice_adarea_min = -5.6027200203853E+02
4134 (PID.TID 0000.0001) %MON ad_seaice_adarea_mean = 5.9913127086137E+00
4135 (PID.TID 0000.0001) %MON ad_seaice_adarea_sd = 9.0827358828997E+01
4136 (PID.TID 0000.0001) %MON ad_seaice_adarea_del2 = 2.2534804128499E+01
4137 (PID.TID 0000.0001) %MON ad_seaice_adheff_max = 2.3188084206241E+02
4138 (PID.TID 0000.0001) %MON ad_seaice_adheff_min = -1.1076202975390E+02
4139 (PID.TID 0000.0001) %MON ad_seaice_adheff_mean = 4.3322675498981E+01
4140 (PID.TID 0000.0001) %MON ad_seaice_adheff_sd = 6.2237273446743E+01
4141 (PID.TID 0000.0001) %MON ad_seaice_adheff_del2 = 7.3197150661039E+00
efbf3d050e Jean*4142 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_max = 4.9654871117782E+01
fe1862e69b Mart*4143 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_min = -2.6648632262486E+00
4144 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_mean = 1.5028100440566E+01
4145 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_sd = 2.0992641389214E+01
efbf3d050e Jean*4146 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_del2 = 1.3589613368972E+00
fe1862e69b Mart*4147 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_max = -3.4785904860395E-05
4148 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_min = -1.0467929739685E-03
4149 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_mean = -4.4225147476198E-04
4150 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_sd = 3.1786831934293E-04
fae4a9197e Jean*4151 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_del2 = 1.3871663153969E-05
059a29a570 Patr*4152 (PID.TID 0000.0001) // =======================================================
4153 (PID.TID 0000.0001) // End AD_MONITOR SEAICE statistics
4154 (PID.TID 0000.0001) // =======================================================
fae4a9197e Jean*4155 Calling cg2d from S/R CG2D_MAD
fe1862e69b Mart*4156 cg2d: Sum(rhs),rhsMax = -3.48610029732299E-14 2.04008335971616E-04
059a29a570 Patr*4157 (PID.TID 0000.0001) // =======================================================
4158 (PID.TID 0000.0001) // Begin AD_MONITOR EXF statistics for iwhen = 3
4159 (PID.TID 0000.0001) // =======================================================
4160 (PID.TID 0000.0001) %MON ad_exf_tsnumber = 0
4161 (PID.TID 0000.0001) %MON ad_exf_time_sec = 0.0000000000000E+00
fe1862e69b Mart*4162 (PID.TID 0000.0001) %MON ad_exf_adfu_max = 4.6185306701524E+00
4163 (PID.TID 0000.0001) %MON ad_exf_adfu_min = -1.8554480449754E+00
4164 (PID.TID 0000.0001) %MON ad_exf_adfu_mean = 2.1988687496655E-01
4165 (PID.TID 0000.0001) %MON ad_exf_adfu_sd = 7.6524380153337E-01
4166 (PID.TID 0000.0001) %MON ad_exf_adfu_del2 = 1.3613368032407E-01
4167 (PID.TID 0000.0001) %MON ad_exf_adfv_max = 2.1234603670722E+00
4168 (PID.TID 0000.0001) %MON ad_exf_adfv_min = -1.2529719979412E+00
4169 (PID.TID 0000.0001) %MON ad_exf_adfv_mean = -1.0342652401626E-03
4170 (PID.TID 0000.0001) %MON ad_exf_adfv_sd = 4.1209876523451E-01
4171 (PID.TID 0000.0001) %MON ad_exf_adfv_del2 = 5.0973067059696E-02
efbf3d050e Jean*4172 (PID.TID 0000.0001) %MON ad_exf_adqnet_max = 1.6516395061978E-03
fe1862e69b Mart*4173 (PID.TID 0000.0001) %MON ad_exf_adqnet_min = 9.5211425951541E-05
4174 (PID.TID 0000.0001) %MON ad_exf_adqnet_mean = 6.5358105911627E-04
4175 (PID.TID 0000.0001) %MON ad_exf_adqnet_sd = 6.3101177643315E-04
4176 (PID.TID 0000.0001) %MON ad_exf_adqnet_del2 = 4.3137878609645E-05
4177 (PID.TID 0000.0001) %MON ad_exf_adempmr_max = -3.1040585067158E+01
4178 (PID.TID 0000.0001) %MON ad_exf_adempmr_min = -1.3741789630332E+02
4179 (PID.TID 0000.0001) %MON ad_exf_adempmr_mean = -9.9837096864973E+01
4180 (PID.TID 0000.0001) %MON ad_exf_adempmr_sd = 2.7130384410375E+01
4181 (PID.TID 0000.0001) %MON ad_exf_adempmr_del2 = 3.6209622534997E+00
4182 (PID.TID 0000.0001) %MON ad_exf_adqsw_max = -1.2428315554835E-05
fae4a9197e Jean*4183 (PID.TID 0000.0001) %MON ad_exf_adqsw_min = -3.8026889235367E-04
fe1862e69b Mart*4184 (PID.TID 0000.0001) %MON ad_exf_adqsw_mean = -1.4887621178329E-04
4185 (PID.TID 0000.0001) %MON ad_exf_adqsw_sd = 1.4452810567553E-04
4186 (PID.TID 0000.0001) %MON ad_exf_adqsw_del2 = 1.0059730253970E-05
059a29a570 Patr*4187 (PID.TID 0000.0001) // =======================================================
4188 (PID.TID 0000.0001) // End AD_MONITOR EXF statistics for iwhen = 3
4189 (PID.TID 0000.0001) // =======================================================
4190 (PID.TID 0000.0001) // =======================================================
4191 (PID.TID 0000.0001) // Begin AD_MONITOR EXF statistics for iwhen = 1
4192 (PID.TID 0000.0001) // =======================================================
4193 (PID.TID 0000.0001) %MON ad_exf_tsnumber = 0
4194 (PID.TID 0000.0001) %MON ad_exf_time_sec = 0.0000000000000E+00
4195 (PID.TID 0000.0001) %MON ad_exf_adustress_max = 0.0000000000000E+00
4196 (PID.TID 0000.0001) %MON ad_exf_adustress_min = 0.0000000000000E+00
4197 (PID.TID 0000.0001) %MON ad_exf_adustress_mean = 0.0000000000000E+00
4198 (PID.TID 0000.0001) %MON ad_exf_adustress_sd = 0.0000000000000E+00
4199 (PID.TID 0000.0001) %MON ad_exf_adustress_del2 = 0.0000000000000E+00
4200 (PID.TID 0000.0001) %MON ad_exf_advstress_max = 0.0000000000000E+00
4201 (PID.TID 0000.0001) %MON ad_exf_advstress_min = 0.0000000000000E+00
4202 (PID.TID 0000.0001) %MON ad_exf_advstress_mean = 0.0000000000000E+00
4203 (PID.TID 0000.0001) %MON ad_exf_advstress_sd = 0.0000000000000E+00
4204 (PID.TID 0000.0001) %MON ad_exf_advstress_del2 = 0.0000000000000E+00
fae4a9197e Jean*4205 (PID.TID 0000.0001) %MON ad_exf_adhflux_max = 1.1075953682630E-07
fe1862e69b Mart*4206 (PID.TID 0000.0001) %MON ad_exf_adhflux_min = -2.5236186714492E-09
4207 (PID.TID 0000.0001) %MON ad_exf_adhflux_mean = 7.3646433051137E-09
4208 (PID.TID 0000.0001) %MON ad_exf_adhflux_sd = 2.0017546893794E-08
4209 (PID.TID 0000.0001) %MON ad_exf_adhflux_del2 = 1.6744930878222E-09
059a29a570 Patr*4210 (PID.TID 0000.0001) %MON ad_exf_adsflux_max = 0.0000000000000E+00
4211 (PID.TID 0000.0001) %MON ad_exf_adsflux_min = 0.0000000000000E+00
4212 (PID.TID 0000.0001) %MON ad_exf_adsflux_mean = 0.0000000000000E+00
4213 (PID.TID 0000.0001) %MON ad_exf_adsflux_sd = 0.0000000000000E+00
4214 (PID.TID 0000.0001) %MON ad_exf_adsflux_del2 = 0.0000000000000E+00
fae4a9197e Jean*4215 (PID.TID 0000.0001) %MON ad_exf_adswflux_max = 8.5261498745316E-08
fe1862e69b Mart*4216 (PID.TID 0000.0001) %MON ad_exf_adswflux_min = -4.0951922570012E-09
4217 (PID.TID 0000.0001) %MON ad_exf_adswflux_mean = 5.8190758739869E-09
4218 (PID.TID 0000.0001) %MON ad_exf_adswflux_sd = 1.6040562368844E-08
4219 (PID.TID 0000.0001) %MON ad_exf_adswflux_del2 = 1.4560936314949E-09
4220 (PID.TID 0000.0001) %MON ad_exf_adwspeed_max = 5.6768641552386E-04
4221 (PID.TID 0000.0001) %MON ad_exf_adwspeed_min = -5.4424251647840E-02
4222 (PID.TID 0000.0001) %MON ad_exf_adwspeed_mean = -2.8931578037407E-03
4223 (PID.TID 0000.0001) %MON ad_exf_adwspeed_sd = 9.2262465615634E-03
4224 (PID.TID 0000.0001) %MON ad_exf_adwspeed_del2 = 3.1970450423108E-04
059a29a570 Patr*4225 (PID.TID 0000.0001) // =======================================================
4226 (PID.TID 0000.0001) // End AD_MONITOR EXF statistics for iwhen = 1
4227 (PID.TID 0000.0001) // =======================================================
4228 (PID.TID 0000.0001) // =======================================================
4229 (PID.TID 0000.0001) // Begin AD_MONITOR EXF statistics for iwhen = 2
4230 (PID.TID 0000.0001) // =======================================================
4231 (PID.TID 0000.0001) %MON ad_exf_tsnumber = 0
4232 (PID.TID 0000.0001) %MON ad_exf_time_sec = 0.0000000000000E+00
fe1862e69b Mart*4233 (PID.TID 0000.0001) %MON ad_exf_aduwind_max = 8.0456768019802E-02
4234 (PID.TID 0000.0001) %MON ad_exf_aduwind_min = -2.0171182406600E-01
4235 (PID.TID 0000.0001) %MON ad_exf_aduwind_mean = -2.3326648861903E-02
4236 (PID.TID 0000.0001) %MON ad_exf_aduwind_sd = 4.2784587163621E-02
4237 (PID.TID 0000.0001) %MON ad_exf_aduwind_del2 = 4.5781286886196E-03
4238 (PID.TID 0000.0001) %MON ad_exf_advwind_max = 4.4819573112857E-02
4239 (PID.TID 0000.0001) %MON ad_exf_advwind_min = -1.2286924618558E-01
4240 (PID.TID 0000.0001) %MON ad_exf_advwind_mean = -1.0305783468993E-02
4241 (PID.TID 0000.0001) %MON ad_exf_advwind_sd = 2.6208127438414E-02
4242 (PID.TID 0000.0001) %MON ad_exf_advwind_del2 = 2.8684824928589E-03
4243 (PID.TID 0000.0001) %MON ad_exf_adatemp_max = 6.6302380552904E-04
4244 (PID.TID 0000.0001) %MON ad_exf_adatemp_min = -2.2813978272893E-02
4245 (PID.TID 0000.0001) %MON ad_exf_adatemp_mean = -2.2042257140154E-03
4246 (PID.TID 0000.0001) %MON ad_exf_adatemp_sd = 6.2604880889067E-03
4247 (PID.TID 0000.0001) %MON ad_exf_adatemp_del2 = 4.3385274907812E-04
4248 (PID.TID 0000.0001) %MON ad_exf_adaqh_max = 1.8696611590739E+00
4249 (PID.TID 0000.0001) %MON ad_exf_adaqh_min = -6.4333148681970E+01
4250 (PID.TID 0000.0001) %MON ad_exf_adaqh_mean = -6.2156398114243E+00
4251 (PID.TID 0000.0001) %MON ad_exf_adaqh_sd = 1.7653971033859E+01
4252 (PID.TID 0000.0001) %MON ad_exf_adaqh_del2 = 1.2234212197604E+00
4253 (PID.TID 0000.0001) %MON ad_exf_adprecip_max = 8.2260965199427E+05
4254 (PID.TID 0000.0001) %MON ad_exf_adprecip_min = -3.9149387799765E+05
4255 (PID.TID 0000.0001) %MON ad_exf_adprecip_mean = 9.7084740538714E+04
4256 (PID.TID 0000.0001) %MON ad_exf_adprecip_sd = 1.8121180507266E+05
4257 (PID.TID 0000.0001) %MON ad_exf_adprecip_del2 = 2.6928720389574E+04
4258 (PID.TID 0000.0001) %MON ad_exf_adlwdown_max = 6.1013747011705E-05
4259 (PID.TID 0000.0001) %MON ad_exf_adlwdown_min = -1.5549643247369E-03
4260 (PID.TID 0000.0001) %MON ad_exf_adlwdown_mean = -1.6572871768927E-04
4261 (PID.TID 0000.0001) %MON ad_exf_adlwdown_sd = 4.6187052806277E-04
4262 (PID.TID 0000.0001) %MON ad_exf_adlwdown_del2 = 3.5004421086945E-05
4263 (PID.TID 0000.0001) %MON ad_exf_adswdown_max = 1.0275999496708E-05
4264 (PID.TID 0000.0001) %MON ad_exf_adswdown_min = -2.6188872837673E-04
4265 (PID.TID 0000.0001) %MON ad_exf_adswdown_mean = -2.7916239080771E-05
4266 (PID.TID 0000.0001) %MON ad_exf_adswdown_sd = 7.7787645078080E-05
4267 (PID.TID 0000.0001) %MON ad_exf_adswdown_del2 = 5.8955064409826E-06
4268 (PID.TID 0000.0001) %MON ad_exf_adrunoff_max = 4.0054753972691E+05
4269 (PID.TID 0000.0001) %MON ad_exf_adrunoff_min = 9.0236279318375E+04
4270 (PID.TID 0000.0001) %MON ad_exf_adrunoff_mean = 2.6031042269420E+05
4271 (PID.TID 0000.0001) %MON ad_exf_adrunoff_sd = 7.8175408825777E+04
4272 (PID.TID 0000.0001) %MON ad_exf_adrunoff_del2 = 9.0268047437169E+03
059a29a570 Patr*4273 (PID.TID 0000.0001) // =======================================================
4274 (PID.TID 0000.0001) // End AD_MONITOR EXF statistics for iwhen = 2
4275 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4276 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4277 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4278 (PID.TID 0000.0001)
4279 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*4280 (PID.TID 0000.0001) // Begin AD_MONITOR dynamic field statistics
72ca2fdbec Jean*4281 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4282 (PID.TID 0000.0001) %MON ad_time_tsnumber = 0
4283 (PID.TID 0000.0001) %MON ad_time_secondsf = 0.0000000000000E+00
fe1862e69b Mart*4284 (PID.TID 0000.0001) %MON ad_dynstat_adeta_max = 4.4015833456707E+00
4285 (PID.TID 0000.0001) %MON ad_dynstat_adeta_min = -2.2963390683806E+00
4286 (PID.TID 0000.0001) %MON ad_dynstat_adeta_mean = 1.0106503493614E-01
4287 (PID.TID 0000.0001) %MON ad_dynstat_adeta_sd = 1.4261919294998E+00
4288 (PID.TID 0000.0001) %MON ad_dynstat_adeta_del2 = 8.0520515869394E-02
4289 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_max = 6.7382157496807E+00
4290 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_min = -5.0951195988383E+00
4291 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_mean = 1.8446287520773E+00
4292 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_sd = 1.4431037907270E+00
4293 (PID.TID 0000.0001) %MON ad_dynstat_aduvel_del2 = 2.9679174926932E-02
4294 (PID.TID 0000.0001) %MON ad_dynstat_advvel_max = 2.1963306377222E+00
4295 (PID.TID 0000.0001) %MON ad_dynstat_advvel_min = -6.7839997602207E+00
4296 (PID.TID 0000.0001) %MON ad_dynstat_advvel_mean = -3.4923165405151E-01
4297 (PID.TID 0000.0001) %MON ad_dynstat_advvel_sd = 8.3693207645721E-01
4298 (PID.TID 0000.0001) %MON ad_dynstat_advvel_del2 = 1.7348579396970E-02
35682afcbc Patr*4299 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_max = 0.0000000000000E+00
4300 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_min = 0.0000000000000E+00
4301 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_mean = 0.0000000000000E+00
4302 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_sd = 0.0000000000000E+00
4303 (PID.TID 0000.0001) %MON ad_dynstat_adwvel_del2 = 0.0000000000000E+00
fe1862e69b Mart*4304 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_max = 1.7394076294143E+03
efbf3d050e Jean*4305 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_min = -1.7411027730571E+03
fe1862e69b Mart*4306 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_mean = -5.9950134747733E-02
4307 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_sd = 2.0549885927684E+01
4308 (PID.TID 0000.0001) %MON ad_dynstat_adtheta_del2 = 4.0140683440349E+00
efbf3d050e Jean*4309 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_max = 1.0043619947570E+04
fe1862e69b Mart*4310 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_min = -1.0138052996250E+04
4311 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_mean = -4.7991723042629E-02
4312 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_sd = 1.1789473861662E+02
4313 (PID.TID 0000.0001) %MON ad_dynstat_adsalt_del2 = 2.3196017781537E+01
72ca2fdbec Jean*4314 (PID.TID 0000.0001) // =======================================================
9f77f803ec Jean*4315 (PID.TID 0000.0001) // End AD_MONITOR dynamic field statistics
72ca2fdbec Jean*4316 (PID.TID 0000.0001) // =======================================================
059a29a570 Patr*4317 (PID.TID 0000.0001) // =======================================================
4318 (PID.TID 0000.0001) // Begin AD_MONITOR SEAICE statistics
4319 (PID.TID 0000.0001) // =======================================================
4320 (PID.TID 0000.0001) %MON ad_seaice_tsnumber = 0
4321 (PID.TID 0000.0001) %MON ad_seaice_time_sec = 0.0000000000000E+00
fe1862e69b Mart*4322 (PID.TID 0000.0001) %MON ad_seaice_aduice_max = 1.9967306918226E+03
4323 (PID.TID 0000.0001) %MON ad_seaice_aduice_min = -1.4041830841564E+03
4324 (PID.TID 0000.0001) %MON ad_seaice_aduice_mean = -5.8106399038439E+00
4325 (PID.TID 0000.0001) %MON ad_seaice_aduice_sd = 3.3011385010801E+02
4326 (PID.TID 0000.0001) %MON ad_seaice_aduice_del2 = 8.6383756110028E+01
4327 (PID.TID 0000.0001) %MON ad_seaice_advice_max = 9.3926680868822E+02
4328 (PID.TID 0000.0001) %MON ad_seaice_advice_min = -3.0651772202135E+02
4329 (PID.TID 0000.0001) %MON ad_seaice_advice_mean = 1.7030782944427E+00
4330 (PID.TID 0000.0001) %MON ad_seaice_advice_sd = 1.2190271904475E+02
4331 (PID.TID 0000.0001) %MON ad_seaice_advice_del2 = 3.6615831415418E+01
4332 (PID.TID 0000.0001) %MON ad_seaice_adarea_max = 1.2267708958752E+02
4333 (PID.TID 0000.0001) %MON ad_seaice_adarea_min = -9.3912960568107E+01
4334 (PID.TID 0000.0001) %MON ad_seaice_adarea_mean = -7.6772830745067E+00
4335 (PID.TID 0000.0001) %MON ad_seaice_adarea_sd = 2.5289355053169E+01
4336 (PID.TID 0000.0001) %MON ad_seaice_adarea_del2 = 5.1984148613754E+00
4337 (PID.TID 0000.0001) %MON ad_seaice_adheff_max = 2.2002519562910E+02
4338 (PID.TID 0000.0001) %MON ad_seaice_adheff_min = -9.9733758526245E+01
4339 (PID.TID 0000.0001) %MON ad_seaice_adheff_mean = 4.8890721853602E+01
4340 (PID.TID 0000.0001) %MON ad_seaice_adheff_sd = 6.7409282360042E+01
4341 (PID.TID 0000.0001) %MON ad_seaice_adheff_del2 = 7.0957796147709E+00
4342 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_max = 7.9629219722246E+01
4343 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_min = -3.5871668557278E+01
4344 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_mean = 1.7187178611695E+01
4345 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_sd = 2.4768838156298E+01
4346 (PID.TID 0000.0001) %MON ad_seaice_adhsnow_del2 = 2.5453357051475E+00
4347 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_max = -1.1792478488952E-04
fae4a9197e Jean*4348 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_min = -1.0906182246296E-03
fe1862e69b Mart*4349 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_mean = -6.7694253049197E-04
4350 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_sd = 3.0144139106108E-04
4351 (PID.TID 0000.0001) %MON ad_seaice_adhsalt_del2 = 2.2520228179759E-05
059a29a570 Patr*4352 (PID.TID 0000.0001) // =======================================================
4353 (PID.TID 0000.0001) // End AD_MONITOR SEAICE statistics
4354 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4355 ph-pack: packing ecco_cost
4356 ph-pack: packing ecco_ctrl
074aa2a738 Gael*4357 (PID.TID 0000.0001) // =======================================================
4358 (PID.TID 0000.0001) // Gradient-check starts (grdchk_main)
4359 (PID.TID 0000.0001) // =======================================================
d83a62f093 Mart*4360 (PID.TID 0000.0001) grdchk reference fc: fcref = 7.23648986541647E+03
72ca2fdbec Jean*4361 grad-res -------------------------------
074aa2a738 Gael*4362 grad-res proc # i j k bi bj iobc fc ref fc + eps fc - eps
4363 grad-res proc # i j k bi bj iobc adj grad fd grad 1 - fd/adj
66d5eb148f Jean*4364 grad-res closest next position:
4365 grad-res 0 10 4 8 1 1 1
074aa2a738 Gael*4366 (PID.TID 0000.0001) ====== Starts gradient-check number 1 (=ichknum) =======
542407be1b Jean*4367 ph-test icomp, ncvarcomp, ichknum 10 300 1
4368 ph-grd _loc: bi, bj, icomptest, ichknum 1 1 0 1
336f905219 Gael*4369 ph-grd -->hit<-- 6 8 1 1
074aa2a738 Gael*4370 (PID.TID 0000.0001) grdchk pos: i,j,k= 6 8 1 ; bi,bj= 1 1 ; iobc= 1 ; rec= 1
72ca2fdbec Jean*4371 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4372 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4373 (PID.TID 0000.0001)
66d5eb148f Jean*4374 (PID.TID 0000.0001) // =======================================================
4375 (PID.TID 0000.0001) // Model current state
4376 (PID.TID 0000.0001) // =======================================================
4377 (PID.TID 0000.0001)
4378 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4379 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4380 cg2d: Sum(rhs),rhsMax = 2.53963516883005E-15 1.19111702562865E+00
4381 cg2d: Sum(rhs),rhsMax = 8.36136715420821E-15 1.20987150232972E+00
4382 cg2d: Sum(rhs),rhsMax = 4.98212582300539E-15 1.20525368718137E+00
4684c345dd Jean*4383 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4384 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4385 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979614865E-03
4386 (PID.TID 0000.0001) --> f_gencost = 0.308813001006126D+04 1
4387 (PID.TID 0000.0001) --> f_gencost = 0.106770833162499D+04 2
4388 (PID.TID 0000.0001) --> f_gencost = 0.308060126269583D+04 3
4389 (PID.TID 0000.0001) --> f_gencost = 0.502612189110271D-01 4
4390 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4391 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4392 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4393 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4394 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4395 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4396 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4397 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4398 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4399 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4400 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4401 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4402 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4403 (PID.TID 0000.0001) --> fc = 0.723648986660099D+04
8af6ce5f73 Jean*4404 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4405 (PID.TID 0000.0001) local fc = 0.723648986660099D+04
4406 (PID.TID 0000.0001) global fc = 0.723648986660099D+04
4407 (PID.TID 0000.0001) grdchk perturb(+)fc: fcpertplus = 7.23648986660099E+03
66d5eb148f Jean*4408 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4409 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4410 (PID.TID 0000.0001)
4411 (PID.TID 0000.0001) // =======================================================
4412 (PID.TID 0000.0001) // Model current state
35682afcbc Patr*4413 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4414 (PID.TID 0000.0001)
4415 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4416 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4417 cg2d: Sum(rhs),rhsMax = 2.71310751642773E-15 1.19111702562865E+00
4418 cg2d: Sum(rhs),rhsMax = 9.89312798349573E-15 1.20987150232974E+00
4419 cg2d: Sum(rhs),rhsMax = 9.70057367766231E-15 1.20525368718153E+00
4684c345dd Jean*4420 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4421 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4422 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979559543E-03
4423 (PID.TID 0000.0001) --> f_gencost = 0.308813001006246D+04 1
4424 (PID.TID 0000.0001) --> f_gencost = 0.106770833125354D+04 2
4425 (PID.TID 0000.0001) --> f_gencost = 0.308060126269703D+04 3
4426 (PID.TID 0000.0001) --> f_gencost = 0.502612189149071D-01 4
4427 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4428 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4429 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4430 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4431 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4432 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4433 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4434 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4435 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4436 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4437 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4438 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4439 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4440 (PID.TID 0000.0001) --> fc = 0.723648986623195D+04
8af6ce5f73 Jean*4441 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4442 (PID.TID 0000.0001) local fc = 0.723648986623195D+04
4443 (PID.TID 0000.0001) global fc = 0.723648986623195D+04
4444 (PID.TID 0000.0001) grdchk perturb(-)fc: fcpertminus = 7.23648986623195E+03
66d5eb148f Jean*4445 grad-res -------------------------------
5bc996898d Mart*4446 grad-res 0 1 6 8 1 1 1 1 7.23648986542E+03 7.23648986660E+03 7.23648986623E+03
4447 grad-res 0 1 1 10 0 1 1 1 1.84498272090E-04 1.84516466106E-04 -9.86134793453E-05
d83a62f093 Mart*4448 (PID.TID 0000.0001) ADM ref_cost_function = 7.23648986541647E+03
fe1862e69b Mart*4449 (PID.TID 0000.0001) ADM adjoint_gradient = 1.84498272089744E-04
5bc996898d Mart*4450 (PID.TID 0000.0001) ADM finite-diff_grad = 1.84516466106288E-04
074aa2a738 Gael*4451 (PID.TID 0000.0001) ====== End of gradient-check number 1 (ierr= 0) =======
4452 (PID.TID 0000.0001) ====== Starts gradient-check number 2 (=ichknum) =======
542407be1b Jean*4453 ph-test icomp, ncvarcomp, ichknum 11 300 2
4454 ph-grd _loc: bi, bj, icomptest, ichknum 1 1 10 2
336f905219 Gael*4455 ph-grd -->hit<-- 7 8 1 1
074aa2a738 Gael*4456 (PID.TID 0000.0001) grdchk pos: i,j,k= 7 8 1 ; bi,bj= 1 1 ; iobc= 1 ; rec= 1
f53c95e6dd Gael*4457 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4458 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4459 (PID.TID 0000.0001)
35682afcbc Patr*4460 (PID.TID 0000.0001) // =======================================================
f53c95e6dd Gael*4461 (PID.TID 0000.0001) // Model current state
72ca2fdbec Jean*4462 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4463 (PID.TID 0000.0001)
4464 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4465 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4466 cg2d: Sum(rhs),rhsMax = 3.01147995429574E-15 1.19111702562865E+00
4467 cg2d: Sum(rhs),rhsMax = 9.63638890905116E-15 1.20987150232972E+00
4468 cg2d: Sum(rhs),rhsMax = 5.47478729018280E-15 1.20525368718135E+00
4684c345dd Jean*4469 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4470 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4471 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979605907E-03
4472 (PID.TID 0000.0001) --> f_gencost = 0.308813001006143D+04 1
4473 (PID.TID 0000.0001) --> f_gencost = 0.106770833161897D+04 2
4474 (PID.TID 0000.0001) --> f_gencost = 0.308060126269600D+04 3
4475 (PID.TID 0000.0001) --> f_gencost = 0.502612189114741D-01 4
4476 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4477 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4478 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4479 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4480 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4481 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4482 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4483 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4484 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4485 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4486 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4487 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4488 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4489 (PID.TID 0000.0001) --> fc = 0.723648986659531D+04
8af6ce5f73 Jean*4490 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4491 (PID.TID 0000.0001) local fc = 0.723648986659531D+04
4492 (PID.TID 0000.0001) global fc = 0.723648986659531D+04
4493 (PID.TID 0000.0001) grdchk perturb(+)fc: fcpertplus = 7.23648986659531E+03
72ca2fdbec Jean*4494 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4495 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4496 (PID.TID 0000.0001)
4497 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4498 (PID.TID 0000.0001) // Model current state
72ca2fdbec Jean*4499 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4500 (PID.TID 0000.0001)
d1a7d080e2 Jean*4501 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4502 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4503 cg2d: Sum(rhs),rhsMax = 3.87190279838023E-15 1.19111702562865E+00
4504 cg2d: Sum(rhs),rhsMax = 1.13728471085039E-14 1.20987150232974E+00
4505 cg2d: Sum(rhs),rhsMax = 6.29704621779581E-15 1.20525368718155E+00
4684c345dd Jean*4506 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4507 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4508 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979568500E-03
4509 (PID.TID 0000.0001) --> f_gencost = 0.308813001006229D+04 1
4510 (PID.TID 0000.0001) --> f_gencost = 0.106770833125956D+04 2
4511 (PID.TID 0000.0001) --> f_gencost = 0.308060126269686D+04 3
4512 (PID.TID 0000.0001) --> f_gencost = 0.502612189144603D-01 4
4513 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4514 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4515 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4516 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4517 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4518 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4519 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4520 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4521 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4522 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4523 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4524 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4525 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4526 (PID.TID 0000.0001) --> fc = 0.723648986623762D+04
8af6ce5f73 Jean*4527 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4528 (PID.TID 0000.0001) local fc = 0.723648986623762D+04
4529 (PID.TID 0000.0001) global fc = 0.723648986623762D+04
4530 (PID.TID 0000.0001) grdchk perturb(-)fc: fcpertminus = 7.23648986623762E+03
66d5eb148f Jean*4531 grad-res -------------------------------
5bc996898d Mart*4532 grad-res 0 2 7 8 1 1 1 1 7.23648986542E+03 7.23648986660E+03 7.23648986624E+03
4533 grad-res 0 2 2 11 0 1 1 1 1.78825876131E-04 1.78844402399E-04 -1.03599478087E-04
d83a62f093 Mart*4534 (PID.TID 0000.0001) ADM ref_cost_function = 7.23648986541647E+03
fe1862e69b Mart*4535 (PID.TID 0000.0001) ADM adjoint_gradient = 1.78825876131246E-04
5bc996898d Mart*4536 (PID.TID 0000.0001) ADM finite-diff_grad = 1.78844402398681E-04
074aa2a738 Gael*4537 (PID.TID 0000.0001) ====== End of gradient-check number 2 (ierr= 0) =======
4538 (PID.TID 0000.0001) ====== Starts gradient-check number 3 (=ichknum) =======
542407be1b Jean*4539 ph-test icomp, ncvarcomp, ichknum 12 300 3
4540 ph-grd _loc: bi, bj, icomptest, ichknum 1 1 11 3
336f905219 Gael*4541 ph-grd -->hit<-- 8 8 1 1
074aa2a738 Gael*4542 (PID.TID 0000.0001) grdchk pos: i,j,k= 8 8 1 ; bi,bj= 1 1 ; iobc= 1 ; rec= 1
66d5eb148f Jean*4543 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4544 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4545 (PID.TID 0000.0001)
4546 (PID.TID 0000.0001) // =======================================================
4547 (PID.TID 0000.0001) // Model current state
72ca2fdbec Jean*4548 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4549 (PID.TID 0000.0001)
4550 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4551 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4552 cg2d: Sum(rhs),rhsMax = 3.08780778723872E-15 1.19111702562865E+00
4553 cg2d: Sum(rhs),rhsMax = 9.99374194510239E-15 1.20987150232973E+00
4554 cg2d: Sum(rhs),rhsMax = 9.33628174770718E-15 1.20525368718125E+00
4684c345dd Jean*4555 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4556 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4557 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979597207E-03
4558 (PID.TID 0000.0001) --> f_gencost = 0.308813001006181D+04 1
4559 (PID.TID 0000.0001) --> f_gencost = 0.106770833167152D+04 2
4560 (PID.TID 0000.0001) --> f_gencost = 0.308060126269637D+04 3
4561 (PID.TID 0000.0001) --> f_gencost = 0.502612189114320D-01 4
4562 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4563 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4564 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4565 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4566 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4567 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4568 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4569 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4570 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4571 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4572 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4573 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4574 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4575 (PID.TID 0000.0001) --> fc = 0.723648986664862D+04
8af6ce5f73 Jean*4576 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4577 (PID.TID 0000.0001) local fc = 0.723648986664862D+04
4578 (PID.TID 0000.0001) global fc = 0.723648986664862D+04
4579 (PID.TID 0000.0001) grdchk perturb(+)fc: fcpertplus = 7.23648986664862E+03
72ca2fdbec Jean*4580 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4581 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4582 (PID.TID 0000.0001)
4583 (PID.TID 0000.0001) // =======================================================
4584 (PID.TID 0000.0001) // Model current state
4585 (PID.TID 0000.0001) // =======================================================
4586 (PID.TID 0000.0001)
66d5eb148f Jean*4587 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4588 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4589 cg2d: Sum(rhs),rhsMax = 2.49106291150269E-15 1.19111702562865E+00
4590 cg2d: Sum(rhs),rhsMax = 1.10848830114918E-14 1.20987150232976E+00
4591 cg2d: Sum(rhs),rhsMax = 8.01095301206090E-15 1.20525368718164E+00
4684c345dd Jean*4592 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4593 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4594 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979577202E-03
4595 (PID.TID 0000.0001) --> f_gencost = 0.308813001006192D+04 1
4596 (PID.TID 0000.0001) --> f_gencost = 0.106770833120701D+04 2
4597 (PID.TID 0000.0001) --> f_gencost = 0.308060126269649D+04 3
4598 (PID.TID 0000.0001) --> f_gencost = 0.502612189145024D-01 4
4599 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4600 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4601 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4602 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4603 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4604 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4605 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4606 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4607 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4608 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4609 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4610 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4611 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4612 (PID.TID 0000.0001) --> fc = 0.723648986618432D+04
8af6ce5f73 Jean*4613 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4614 (PID.TID 0000.0001) local fc = 0.723648986618432D+04
4615 (PID.TID 0000.0001) global fc = 0.723648986618432D+04
4616 (PID.TID 0000.0001) grdchk perturb(-)fc: fcpertminus = 7.23648986618432E+03
66d5eb148f Jean*4617 grad-res -------------------------------
5bc996898d Mart*4618 grad-res 0 3 8 8 1 1 1 1 7.23648986542E+03 7.23648986665E+03 7.23648986618E+03
4619 grad-res 0 3 3 12 0 1 1 1 2.31943112253E-04 2.32145794143E-04 -8.73843111248E-04
d83a62f093 Mart*4620 (PID.TID 0000.0001) ADM ref_cost_function = 7.23648986541647E+03
fe1862e69b Mart*4621 (PID.TID 0000.0001) ADM adjoint_gradient = 2.31943112252591E-04
5bc996898d Mart*4622 (PID.TID 0000.0001) ADM finite-diff_grad = 2.32145794143435E-04
074aa2a738 Gael*4623 (PID.TID 0000.0001) ====== End of gradient-check number 3 (ierr= 0) =======
4624 (PID.TID 0000.0001) ====== Starts gradient-check number 4 (=ichknum) =======
542407be1b Jean*4625 ph-test icomp, ncvarcomp, ichknum 13 300 4
4626 ph-grd _loc: bi, bj, icomptest, ichknum 1 1 12 4
336f905219 Gael*4627 ph-grd -->hit<-- 9 8 1 1
074aa2a738 Gael*4628 (PID.TID 0000.0001) grdchk pos: i,j,k= 9 8 1 ; bi,bj= 1 1 ; iobc= 1 ; rec= 1
66d5eb148f Jean*4629 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4630 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4631 (PID.TID 0000.0001)
4632 (PID.TID 0000.0001) // =======================================================
4633 (PID.TID 0000.0001) // Model current state
4634 (PID.TID 0000.0001) // =======================================================
4635 (PID.TID 0000.0001)
4636 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4637 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4638 cg2d: Sum(rhs),rhsMax = 1.97758476261356E-15 1.19111702562865E+00
4639 cg2d: Sum(rhs),rhsMax = 1.01516017814163E-14 1.20987150232969E+00
4640 cg2d: Sum(rhs),rhsMax = 8.74300631892311E-15 1.20525368718108E+00
4684c345dd Jean*4641 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4642 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4643 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979621159E-03
4644 (PID.TID 0000.0001) --> f_gencost = 0.308813001005920D+04 1
4645 (PID.TID 0000.0001) --> f_gencost = 0.106770833174279D+04 2
4646 (PID.TID 0000.0001) --> f_gencost = 0.308060126269376D+04 3
4647 (PID.TID 0000.0001) --> f_gencost = 0.502612189114198D-01 4
4648 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4649 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4650 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4651 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4652 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4653 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4654 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4655 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4656 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4657 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4658 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4659 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4660 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4661 (PID.TID 0000.0001) --> fc = 0.723648986671466D+04
8af6ce5f73 Jean*4662 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4663 (PID.TID 0000.0001) local fc = 0.723648986671466D+04
4664 (PID.TID 0000.0001) global fc = 0.723648986671466D+04
4665 (PID.TID 0000.0001) grdchk perturb(+)fc: fcpertplus = 7.23648986671466E+03
66d5eb148f Jean*4666 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4667 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4668 (PID.TID 0000.0001)
4669 (PID.TID 0000.0001) // =======================================================
4670 (PID.TID 0000.0001) // Model current state
72ca2fdbec Jean*4671 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4672 (PID.TID 0000.0001)
4673 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4674 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4675 cg2d: Sum(rhs),rhsMax = 2.83106871279415E-15 1.19111702562865E+00
4676 cg2d: Sum(rhs),rhsMax = 1.00579267137135E-14 1.20987150232980E+00
4677 cg2d: Sum(rhs),rhsMax = 6.54337695138452E-15 1.20525368718180E+00
4684c345dd Jean*4678 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4679 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4680 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979553253E-03
4681 (PID.TID 0000.0001) --> f_gencost = 0.308813001006453D+04 1
4682 (PID.TID 0000.0001) --> f_gencost = 0.106770833113574D+04 2
4683 (PID.TID 0000.0001) --> f_gencost = 0.308060126269910D+04 3
4684 (PID.TID 0000.0001) --> f_gencost = 0.502612189145150D-01 4
4685 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4686 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4687 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4688 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4689 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4690 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4691 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4692 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4693 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4694 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4695 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4696 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4697 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4698 (PID.TID 0000.0001) --> fc = 0.723648986611828D+04
8af6ce5f73 Jean*4699 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4700 (PID.TID 0000.0001) local fc = 0.723648986611828D+04
4701 (PID.TID 0000.0001) global fc = 0.723648986611828D+04
4702 (PID.TID 0000.0001) grdchk perturb(-)fc: fcpertminus = 7.23648986611828E+03
66d5eb148f Jean*4703 grad-res -------------------------------
5bc996898d Mart*4704 grad-res 0 4 9 8 1 1 1 1 7.23648986542E+03 7.23648986671E+03 7.23648986612E+03
4705 grad-res 0 4 4 13 0 1 1 1 2.97918251600E-04 2.98190570902E-04 -9.14073911927E-04
d83a62f093 Mart*4706 (PID.TID 0000.0001) ADM ref_cost_function = 7.23648986541647E+03
fe1862e69b Mart*4707 (PID.TID 0000.0001) ADM adjoint_gradient = 2.97918251600404E-04
5bc996898d Mart*4708 (PID.TID 0000.0001) ADM finite-diff_grad = 2.98190570902079E-04
074aa2a738 Gael*4709 (PID.TID 0000.0001) ====== End of gradient-check number 4 (ierr= 0) =======
4710 (PID.TID 0000.0001) ====== Starts gradient-check number 5 (=ichknum) =======
542407be1b Jean*4711 ph-test icomp, ncvarcomp, ichknum 14 300 5
4712 ph-grd _loc: bi, bj, icomptest, ichknum 1 1 13 5
336f905219 Gael*4713 ph-grd -->hit<-- 10 8 1 1
074aa2a738 Gael*4714 (PID.TID 0000.0001) grdchk pos: i,j,k= 10 8 1 ; bi,bj= 1 1 ; iobc= 1 ; rec= 1
66d5eb148f Jean*4715 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4716 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4717 (PID.TID 0000.0001)
4718 (PID.TID 0000.0001) // =======================================================
4719 (PID.TID 0000.0001) // Model current state
4720 (PID.TID 0000.0001) // =======================================================
4721 (PID.TID 0000.0001)
4722 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4723 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4724 cg2d: Sum(rhs),rhsMax = 2.23432383705813E-15 1.19111702562865E+00
4725 cg2d: Sum(rhs),rhsMax = 1.00666003310934E-14 1.20987150232963E+00
4726 cg2d: Sum(rhs),rhsMax = 7.00828284294630E-15 1.20525368718083E+00
4684c345dd Jean*4727 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4728 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4729 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979629832E-03
4730 (PID.TID 0000.0001) --> f_gencost = 0.308813001005890D+04 1
4731 (PID.TID 0000.0001) --> f_gencost = 0.106770833182020D+04 2
4732 (PID.TID 0000.0001) --> f_gencost = 0.308060126269346D+04 3
4733 (PID.TID 0000.0001) --> f_gencost = 0.502612189207967D-01 4
4734 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4735 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4736 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4737 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4738 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4739 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4740 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4741 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4742 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4743 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4744 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4745 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4746 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4747 (PID.TID 0000.0001) --> fc = 0.723648986679148D+04
8af6ce5f73 Jean*4748 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4749 (PID.TID 0000.0001) local fc = 0.723648986679148D+04
4750 (PID.TID 0000.0001) global fc = 0.723648986679148D+04
4751 (PID.TID 0000.0001) grdchk perturb(+)fc: fcpertplus = 7.23648986679148E+03
66d5eb148f Jean*4752 (PID.TID 0000.0001) Start initial hydrostatic pressure computation
4753 (PID.TID 0000.0001) Pressure is predetermined for buoyancyRelation OCEANIC
4754 (PID.TID 0000.0001)
72ca2fdbec Jean*4755 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4756 (PID.TID 0000.0001) // Model current state
72ca2fdbec Jean*4757 (PID.TID 0000.0001) // =======================================================
66d5eb148f Jean*4758 (PID.TID 0000.0001)
4759 (PID.TID 0000.0001) SOLVE_FOR_PRESSURE: putPmEinXvector = F
fe1862e69b Mart*4760 cg2d: Sum(rhs),rhsMax = 1.66533453693773E-16 9.91122157633454E-01
5bc996898d Mart*4761 cg2d: Sum(rhs),rhsMax = 2.68535194081210E-15 1.19111702562865E+00
4762 cg2d: Sum(rhs),rhsMax = 1.03164005116341E-14 1.20987150232986E+00
4763 cg2d: Sum(rhs),rhsMax = 6.79664657887713E-15 1.20525368718206E+00
4684c345dd Jean*4764 (PID.TID 0000.0001) Did not write pickup because writePickupAtEnd = FALSE
fae4a9197e Jean*4765 (PID.TID 0000.0001) ecco_offset: # of nonzero constributions to mean of m_eta_month = 1.15000000000000E+02
5bc996898d Mart*4766 (PID.TID 0000.0001) ecco_offset: Global mean of m_eta_month = 7.67985979544581E-03
4767 (PID.TID 0000.0001) --> f_gencost = 0.308813001006483D+04 1
4768 (PID.TID 0000.0001) --> f_gencost = 0.106770833105832D+04 2
4769 (PID.TID 0000.0001) --> f_gencost = 0.308060126269940D+04 3
4770 (PID.TID 0000.0001) --> f_gencost = 0.502612189051378D-01 4
4771 (PID.TID 0000.0001) --> f_gentim2d = 0.100000000000000D-05 1
fae4a9197e Jean*4772 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 2
4773 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 3
4774 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 4
4775 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 5
4776 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 6
4777 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 7
4778 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 8
4779 (PID.TID 0000.0001) --> f_gentim2d = 0.000000000000000D+00 9
5bc996898d Mart*4780 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 1
4781 (PID.TID 0000.0001) --> f_genarr2d = 0.000000000000000D+00 2
fae4a9197e Jean*4782 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 1
4783 (PID.TID 0000.0001) --> f_genarr3d = 0.000000000000000D+00 2
5bc996898d Mart*4784 (PID.TID 0000.0001) --> fc = 0.723648986604146D+04
8af6ce5f73 Jean*4785 (PID.TID 0000.0001) early fc = 0.000000000000000D+00
5bc996898d Mart*4786 (PID.TID 0000.0001) local fc = 0.723648986604146D+04
4787 (PID.TID 0000.0001) global fc = 0.723648986604146D+04
4788 (PID.TID 0000.0001) grdchk perturb(-)fc: fcpertminus = 7.23648986604146E+03
72ca2fdbec Jean*4789 grad-res -------------------------------
5bc996898d Mart*4790 grad-res 0 5 10 8 1 1 1 1 7.23648986542E+03 7.23648986679E+03 7.23648986604E+03
4791 grad-res 0 5 5 14 0 1 1 1 3.74783938236E-04 3.75008312403E-04 -5.98676049179E-04
d83a62f093 Mart*4792 (PID.TID 0000.0001) ADM ref_cost_function = 7.23648986541647E+03
fe1862e69b Mart*4793 (PID.TID 0000.0001) ADM adjoint_gradient = 3.74783938235786E-04
5bc996898d Mart*4794 (PID.TID 0000.0001) ADM finite-diff_grad = 3.75008312403224E-04
074aa2a738 Gael*4795 (PID.TID 0000.0001) ====== End of gradient-check number 5 (ierr= 0) =======
72ca2fdbec Jean*4796 (PID.TID 0000.0001)
4797 (PID.TID 0000.0001) // =======================================================
4798 (PID.TID 0000.0001) // Gradient check results >>> START <<<
4799 (PID.TID 0000.0001) // =======================================================
4800 (PID.TID 0000.0001)
5bc996898d Mart*4801 (PID.TID 0000.0001) EPS = 1.000000E-03
72ca2fdbec Jean*4802 (PID.TID 0000.0001)
542407be1b Jean*4803 (PID.TID 0000.0001) grdchk output h.p: Id Itile Jtile LAYER bi bj X(Id) X(Id)+/-EPS
66d5eb148f Jean*4804 (PID.TID 0000.0001) grdchk output h.c: Id FC FC1 FC2
4805 (PID.TID 0000.0001) grdchk output h.g: Id FC1-FC2/(2*EPS) ADJ GRAD(FC) 1-FDGRD/ADGRD
72ca2fdbec Jean*4806 (PID.TID 0000.0001)
5bc996898d Mart*4807 (PID.TID 0000.0001) grdchk output (p): 1 6 8 1 1 1 0.000000000E+00 -1.000000000E-03
4808 (PID.TID 0000.0001) grdchk output (c): 1 7.2364898654165E+03 7.2364898666010E+03 7.2364898662320E+03
4809 (PID.TID 0000.0001) grdchk output (g): 1 1.8451646610629E-04 1.8449827208974E-04 -9.8613479345255E-05
72ca2fdbec Jean*4810 (PID.TID 0000.0001)
5bc996898d Mart*4811 (PID.TID 0000.0001) grdchk output (p): 2 7 8 1 1 1 0.000000000E+00 -1.000000000E-03
4812 (PID.TID 0000.0001) grdchk output (c): 2 7.2364898654165E+03 7.2364898665953E+03 7.2364898662376E+03
4813 (PID.TID 0000.0001) grdchk output (g): 2 1.7884440239868E-04 1.7882587613125E-04 -1.0359947808714E-04
72ca2fdbec Jean*4814 (PID.TID 0000.0001)
5bc996898d Mart*4815 (PID.TID 0000.0001) grdchk output (p): 3 8 8 1 1 1 0.000000000E+00 -1.000000000E-03
4816 (PID.TID 0000.0001) grdchk output (c): 3 7.2364898654165E+03 7.2364898666486E+03 7.2364898661843E+03
4817 (PID.TID 0000.0001) grdchk output (g): 3 2.3214579414343E-04 2.3194311225259E-04 -8.7384311124761E-04
72ca2fdbec Jean*4818 (PID.TID 0000.0001)
5bc996898d Mart*4819 (PID.TID 0000.0001) grdchk output (p): 4 9 8 1 1 1 0.000000000E+00 -1.000000000E-03
4820 (PID.TID 0000.0001) grdchk output (c): 4 7.2364898654165E+03 7.2364898667147E+03 7.2364898661183E+03
4821 (PID.TID 0000.0001) grdchk output (g): 4 2.9819057090208E-04 2.9791825160040E-04 -9.1407391192710E-04
72ca2fdbec Jean*4822 (PID.TID 0000.0001)
5bc996898d Mart*4823 (PID.TID 0000.0001) grdchk output (p): 5 10 8 1 1 1 0.000000000E+00 -1.000000000E-03
4824 (PID.TID 0000.0001) grdchk output (c): 5 7.2364898654165E+03 7.2364898667915E+03 7.2364898660415E+03
4825 (PID.TID 0000.0001) grdchk output (g): 5 3.7500831240322E-04 3.7478393823579E-04 -5.9867604917918E-04
e423074cd0 Gael*4826 (PID.TID 0000.0001)
5bc996898d Mart*4827 (PID.TID 0000.0001) grdchk summary : RMS of 5 ratios = 6.2896794537876E-04
72ca2fdbec Jean*4828 (PID.TID 0000.0001)
4829 (PID.TID 0000.0001) // =======================================================
4830 (PID.TID 0000.0001) // Gradient check results >>> END <<<
4831 (PID.TID 0000.0001) // =======================================================
4832 (PID.TID 0000.0001)
4833 (PID.TID 0000.0001) Seconds in section "ALL [THE_MODEL_MAIN]":
5bc996898d Mart*4834 (PID.TID 0000.0001) User time: 18.425716775469482
4835 (PID.TID 0000.0001) System time: 0.34401399781927466
4836 (PID.TID 0000.0001) Wall clock time: 18.788140058517456
336f905219 Gael*4837 (PID.TID 0000.0001) No. starts: 1
4838 (PID.TID 0000.0001) No. stops: 1
72ca2fdbec Jean*4839 (PID.TID 0000.0001) Seconds in section "INITIALISE_FIXED [THE_MODEL_MAIN]":
5bc996898d Mart*4840 (PID.TID 0000.0001) User time: 0.10224500019103289
4841 (PID.TID 0000.0001) System time: 1.2297000270336866E-002
4842 (PID.TID 0000.0001) Wall clock time: 0.11748290061950684
336f905219 Gael*4843 (PID.TID 0000.0001) No. starts: 1
4844 (PID.TID 0000.0001) No. stops: 1
b5d2b0306c Jean*4845 (PID.TID 0000.0001) Seconds in section "ADTHE_MAIN_LOOP [ADJOINT RUN]":
5bc996898d Mart*4846 (PID.TID 0000.0001) User time: 6.0031581744551659
4847 (PID.TID 0000.0001) System time: 0.17658199369907379
4848 (PID.TID 0000.0001) Wall clock time: 6.1808249950408936
336f905219 Gael*4849 (PID.TID 0000.0001) No. starts: 1
4850 (PID.TID 0000.0001) No. stops: 1
b5d2b0306c Jean*4851 (PID.TID 0000.0001) Seconds in section "FORWARD_STEP [MAIN_DO_LOOP]":
5bc996898d Mart*4852 (PID.TID 0000.0001) User time: 12.170194000005722
4853 (PID.TID 0000.0001) System time: 6.0347009450197220E-002
4854 (PID.TID 0000.0001) Wall clock time: 12.233374595642090
8af6ce5f73 Jean*4855 (PID.TID 0000.0001) No. starts: 44
4856 (PID.TID 0000.0001) No. stops: 44
b5d2b0306c Jean*4857 (PID.TID 0000.0001) Seconds in section "LOAD_FIELDS_DRIVER [FORWARD_STEP]":
5bc996898d Mart*4858 (PID.TID 0000.0001) User time: 9.5812037587165833E-002
4859 (PID.TID 0000.0001) System time: 1.4671962708234787E-002
4860 (PID.TID 0000.0001) Wall clock time: 0.11058640480041504
8af6ce5f73 Jean*4861 (PID.TID 0000.0001) No. starts: 44
4862 (PID.TID 0000.0001) No. stops: 44
72ca2fdbec Jean*4863 (PID.TID 0000.0001) Seconds in section "EXF_GETFORCING [LOAD_FLDS_DRIVER]":
5bc996898d Mart*4864 (PID.TID 0000.0001) User time: 6.3506126403808594E-002
4865 (PID.TID 0000.0001) System time: 7.8620351850986481E-003
4866 (PID.TID 0000.0001) Wall clock time: 7.1445226669311523E-002
fe1862e69b Mart*4867 (PID.TID 0000.0001) No. starts: 44
4868 (PID.TID 0000.0001) No. stops: 44
074aa2a738 Gael*4869 (PID.TID 0000.0001) Seconds in section "EXTERNAL_FLDS_LOAD [LOAD_FLDS_DRIVER]":
5bc996898d Mart*4870 (PID.TID 0000.0001) User time: 3.9026141166687012E-004
4871 (PID.TID 0000.0001) System time: 1.0997056961059570E-005
4872 (PID.TID 0000.0001) Wall clock time: 4.0912628173828125E-004
fe1862e69b Mart*4873 (PID.TID 0000.0001) No. starts: 44
4874 (PID.TID 0000.0001) No. stops: 44
8af6ce5f73 Jean*4875 (PID.TID 0000.0001) Seconds in section "CTRL_MAP_FORCING [FORWARD_STEP]":
5bc996898d Mart*4876 (PID.TID 0000.0001) User time: 2.8547421097755432E-002
4877 (PID.TID 0000.0001) System time: 7.6997652649879456E-004
4878 (PID.TID 0000.0001) Wall clock time: 2.9318094253540039E-002
8af6ce5f73 Jean*4879 (PID.TID 0000.0001) No. starts: 44
4880 (PID.TID 0000.0001) No. stops: 44
72ca2fdbec Jean*4881 (PID.TID 0000.0001) Seconds in section "DO_ATMOSPHERIC_PHYS [FORWARD_STEP]":
5bc996898d Mart*4882 (PID.TID 0000.0001) User time: 8.6912959814071655E-003
4883 (PID.TID 0000.0001) System time: 4.8498436808586121E-004
4884 (PID.TID 0000.0001) Wall clock time: 9.2000961303710938E-003
8af6ce5f73 Jean*4885 (PID.TID 0000.0001) No. starts: 44
4886 (PID.TID 0000.0001) No. stops: 44
72ca2fdbec Jean*4887 (PID.TID 0000.0001) Seconds in section "DO_OCEANIC_PHYS [FORWARD_STEP]":
5bc996898d Mart*4888 (PID.TID 0000.0001) User time: 4.3452975600957870
4889 (PID.TID 0000.0001) System time: 8.7170302867889404E-003
4890 (PID.TID 0000.0001) Wall clock time: 4.3555588722229004
8af6ce5f73 Jean*4891 (PID.TID 0000.0001) No. starts: 44
4892 (PID.TID 0000.0001) No. stops: 44
4893 (PID.TID 0000.0001) Seconds in section "SEAICE_MODEL [DO_OCEANIC_PHYS]":
5bc996898d Mart*4894 (PID.TID 0000.0001) User time: 1.2036783546209335
4895 (PID.TID 0000.0001) System time: 4.5210011303424835E-003
4896 (PID.TID 0000.0001) Wall clock time: 1.2089817523956299
fae4a9197e Jean*4897 (PID.TID 0000.0001) No. starts: 44
4898 (PID.TID 0000.0001) No. stops: 44
b5d2b0306c Jean*4899 (PID.TID 0000.0001) Seconds in section "SEAICE_DYNSOLVER [SEAICE_MODEL]":
5bc996898d Mart*4900 (PID.TID 0000.0001) User time: 1.0336110889911652
4901 (PID.TID 0000.0001) System time: 4.3409764766693115E-003
4902 (PID.TID 0000.0001) Wall clock time: 1.0386581420898438
fae4a9197e Jean*4903 (PID.TID 0000.0001) No. starts: 44
4904 (PID.TID 0000.0001) No. stops: 44
b5d2b0306c Jean*4905 (PID.TID 0000.0001) Seconds in section "KPP_CALC [DO_OCEANIC_PHYS]":
5bc996898d Mart*4906 (PID.TID 0000.0001) User time: 1.9858460724353790
4907 (PID.TID 0000.0001) System time: 3.9609968662261963E-003
4908 (PID.TID 0000.0001) Wall clock time: 1.9901349544525146
fae4a9197e Jean*4909 (PID.TID 0000.0001) No. starts: 176
4910 (PID.TID 0000.0001) No. stops: 176
72ca2fdbec Jean*4911 (PID.TID 0000.0001) Seconds in section "DYNAMICS [FORWARD_STEP]":
5bc996898d Mart*4912 (PID.TID 0000.0001) User time: 2.3899597227573395
4913 (PID.TID 0000.0001) System time: 0.0000000000000000
4914 (PID.TID 0000.0001) Wall clock time: 2.3902761936187744
8af6ce5f73 Jean*4915 (PID.TID 0000.0001) No. starts: 44
4916 (PID.TID 0000.0001) No. stops: 44
72ca2fdbec Jean*4917 (PID.TID 0000.0001) Seconds in section "SOLVE_FOR_PRESSURE [FORWARD_STEP]":
5bc996898d Mart*4918 (PID.TID 0000.0001) User time: 0.29889106750488281
4919 (PID.TID 0000.0001) System time: 0.0000000000000000
4920 (PID.TID 0000.0001) Wall clock time: 0.29895472526550293
8af6ce5f73 Jean*4921 (PID.TID 0000.0001) No. starts: 44
4922 (PID.TID 0000.0001) No. stops: 44
4684c345dd Jean*4923 (PID.TID 0000.0001) Seconds in section "MOM_CORRECTION_STEP [FORWARD_STEP]":
5bc996898d Mart*4924 (PID.TID 0000.0001) User time: 7.9616785049438477E-002
4925 (PID.TID 0000.0001) System time: 1.7829984426498413E-003
4926 (PID.TID 0000.0001) Wall clock time: 8.1453561782836914E-002
8af6ce5f73 Jean*4927 (PID.TID 0000.0001) No. starts: 44
4928 (PID.TID 0000.0001) No. stops: 44
4684c345dd Jean*4929 (PID.TID 0000.0001) Seconds in section "INTEGR_CONTINUITY [FORWARD_STEP]":
5bc996898d Mart*4930 (PID.TID 0000.0001) User time: 4.5562922954559326E-002
4931 (PID.TID 0000.0001) System time: 1.0100007057189941E-003
4932 (PID.TID 0000.0001) Wall clock time: 4.6589612960815430E-002
8af6ce5f73 Jean*4933 (PID.TID 0000.0001) No. starts: 44
4934 (PID.TID 0000.0001) No. stops: 44
b631ba73ca Patr*4935 (PID.TID 0000.0001) Seconds in section "BLOCKING_EXCHANGES [FORWARD_STEP]":
5bc996898d Mart*4936 (PID.TID 0000.0001) User time: 0.15656885504722595
4937 (PID.TID 0000.0001) System time: 3.5020075738430023E-003
4938 (PID.TID 0000.0001) Wall clock time: 0.16016888618469238
8af6ce5f73 Jean*4939 (PID.TID 0000.0001) No. starts: 88
4940 (PID.TID 0000.0001) No. stops: 88
b631ba73ca Patr*4941 (PID.TID 0000.0001) Seconds in section "THERMODYNAMICS [FORWARD_STEP]":
5bc996898d Mart*4942 (PID.TID 0000.0001) User time: 2.8152644038200378
4943 (PID.TID 0000.0001) System time: 1.9747991114854813E-002
4944 (PID.TID 0000.0001) Wall clock time: 2.8356747627258301
8af6ce5f73 Jean*4945 (PID.TID 0000.0001) No. starts: 44
4946 (PID.TID 0000.0001) No. stops: 44
b5d2b0306c Jean*4947 (PID.TID 0000.0001) Seconds in section "TRC_CORRECTION_STEP [FORWARD_STEP]":
5bc996898d Mart*4948 (PID.TID 0000.0001) User time: 3.7187337875366211E-004
4949 (PID.TID 0000.0001) System time: 1.0132789611816406E-006
4950 (PID.TID 0000.0001) Wall clock time: 3.7312507629394531E-004
8af6ce5f73 Jean*4951 (PID.TID 0000.0001) No. starts: 44
4952 (PID.TID 0000.0001) No. stops: 44
72ca2fdbec Jean*4953 (PID.TID 0000.0001) Seconds in section "MONITOR [FORWARD_STEP]":
5bc996898d Mart*4954 (PID.TID 0000.0001) User time: 3.6922097206115723E-004
4955 (PID.TID 0000.0001) System time: 1.0997056961059570E-005
4956 (PID.TID 0000.0001) Wall clock time: 3.8242340087890625E-004
8af6ce5f73 Jean*4957 (PID.TID 0000.0001) No. starts: 44
4958 (PID.TID 0000.0001) No. stops: 44
b5d2b0306c Jean*4959 (PID.TID 0000.0001) Seconds in section "COST_TILE [FORWARD_STEP]":
5bc996898d Mart*4960 (PID.TID 0000.0001) User time: 3.3232569694519043E-004
4961 (PID.TID 0000.0001) System time: 9.9986791610717773E-006
4962 (PID.TID 0000.0001) Wall clock time: 3.4713745117187500E-004
8af6ce5f73 Jean*4963 (PID.TID 0000.0001) No. starts: 44
4964 (PID.TID 0000.0001) No. stops: 44
b5d2b0306c Jean*4965 (PID.TID 0000.0001) Seconds in section "DO_THE_MODEL_IO [FORWARD_STEP]":
5bc996898d Mart*4966 (PID.TID 0000.0001) User time: 7.2365999221801758E-004
4967 (PID.TID 0000.0001) System time: 1.0132789611816406E-006
4968 (PID.TID 0000.0001) Wall clock time: 6.6113471984863281E-004
8af6ce5f73 Jean*4969 (PID.TID 0000.0001) No. starts: 44
4970 (PID.TID 0000.0001) No. stops: 44
72ca2fdbec Jean*4971 (PID.TID 0000.0001) Seconds in section "DO_WRITE_PICKUP [FORWARD_STEP]":
5bc996898d Mart*4972 (PID.TID 0000.0001) User time: 7.0628523826599121E-004
4973 (PID.TID 0000.0001) System time: 1.0132789611816406E-006
4974 (PID.TID 0000.0001) Wall clock time: 6.9236755371093750E-004
8af6ce5f73 Jean*4975 (PID.TID 0000.0001) No. starts: 44
4976 (PID.TID 0000.0001) No. stops: 44
fae4a9197e Jean*4977 (PID.TID 0000.0001) Seconds in section "I/O (WRITE) [ADJOINT LOOP]":
5bc996898d Mart*4978 (PID.TID 0000.0001) User time: 6.0210466384887695E-002
4979 (PID.TID 0000.0001) System time: 3.6951996386051178E-002
4980 (PID.TID 0000.0001) Wall clock time: 9.7375631332397461E-002
fae4a9197e Jean*4981 (PID.TID 0000.0001) No. starts: 25
4982 (PID.TID 0000.0001) No. stops: 25
b5d2b0306c Jean*4983 (PID.TID 0000.0001) Seconds in section "CTRL_PACK [THE_MODEL_MAIN]":
5bc996898d Mart*4984 (PID.TID 0000.0001) User time: 2.4356842041015625E-003
4985 (PID.TID 0000.0001) System time: 7.9540014266967773E-003
4986 (PID.TID 0000.0001) Wall clock time: 1.0426044464111328E-002
b5d2b0306c Jean*4987 (PID.TID 0000.0001) No. starts: 1
4988 (PID.TID 0000.0001) No. stops: 1
4989 (PID.TID 0000.0001) Seconds in section "CTRL_PACK [THE_MODEL_MAIN]":
5bc996898d Mart*4990 (PID.TID 0000.0001) User time: 8.5859298706054688E-003
4991 (PID.TID 0000.0001) System time: 1.8998980522155762E-005
4992 (PID.TID 0000.0001) Wall clock time: 8.6069107055664062E-003
b5d2b0306c Jean*4993 (PID.TID 0000.0001) No. starts: 1
4994 (PID.TID 0000.0001) No. stops: 1
4995 (PID.TID 0000.0001) Seconds in section "GRDCHK_MAIN [THE_MODEL_MAIN]":
5bc996898d Mart*4996 (PID.TID 0000.0001) User time: 12.309177875518799
4997 (PID.TID 0000.0001) System time: 0.14714300632476807
4998 (PID.TID 0000.0001) Wall clock time: 12.470676898956299
b5d2b0306c Jean*4999 (PID.TID 0000.0001) No. starts: 1
5000 (PID.TID 0000.0001) No. stops: 1
5001 (PID.TID 0000.0001) Seconds in section "INITIALISE_VARIA [THE_MAIN_LOOP]":
5bc996898d Mart*5002 (PID.TID 0000.0001) User time: 0.75252771377563477
5003 (PID.TID 0000.0001) System time: 5.9881955385208130E-002
5004 (PID.TID 0000.0001) Wall clock time: 0.81276011466979980
b5d2b0306c Jean*5005 (PID.TID 0000.0001) No. starts: 10
5006 (PID.TID 0000.0001) No. stops: 10
5007 (PID.TID 0000.0001) Seconds in section "MAIN LOOP [THE_MAIN_LOOP]":
5bc996898d Mart*5008 (PID.TID 0000.0001) User time: 11.548276424407959
5009 (PID.TID 0000.0001) System time: 8.3945974707603455E-002
5010 (PID.TID 0000.0001) Wall clock time: 11.646245956420898
b5d2b0306c Jean*5011 (PID.TID 0000.0001) No. starts: 10
5012 (PID.TID 0000.0001) No. stops: 10
5013 (PID.TID 0000.0001) Seconds in section "COST_AVERAGESFIELDS [MAIN_DO_LOOP]":
5bc996898d Mart*5014 (PID.TID 0000.0001) User time: 0.11994552612304688
5015 (PID.TID 0000.0001) System time: 1.8200278282165527E-004
5016 (PID.TID 0000.0001) Wall clock time: 0.12017869949340820
429e10e0eb Patr*5017 (PID.TID 0000.0001) No. starts: 40
5018 (PID.TID 0000.0001) No. stops: 40
b5d2b0306c Jean*5019 (PID.TID 0000.0001) Seconds in section "MAIN_DO_LOOP [THE_MAIN_LOOP]":
5bc996898d Mart*5020 (PID.TID 0000.0001) User time: 11.120225429534912
5021 (PID.TID 0000.0001) System time: 4.8047989606857300E-002
5022 (PID.TID 0000.0001) Wall clock time: 11.170653343200684
b5d2b0306c Jean*5023 (PID.TID 0000.0001) No. starts: 40
5024 (PID.TID 0000.0001) No. stops: 40
5025 (PID.TID 0000.0001) Seconds in section "COST_AVERAGESFIELDS [THE_MAIN_LOOP]":
5bc996898d Mart*5026 (PID.TID 0000.0001) User time: 4.5149803161621094E-002
5027 (PID.TID 0000.0001) System time: 1.1774986982345581E-002
5028 (PID.TID 0000.0001) Wall clock time: 6.8424701690673828E-002
336f905219 Gael*5029 (PID.TID 0000.0001) No. starts: 10
5030 (PID.TID 0000.0001) No. stops: 10
b5d2b0306c Jean*5031 (PID.TID 0000.0001) Seconds in section "ECCO_COST_DRIVER [THE_MAIN_LOOP]":
5bc996898d Mart*5032 (PID.TID 0000.0001) User time: 0.25804138183593750
5033 (PID.TID 0000.0001) System time: 2.3888006806373596E-002
5034 (PID.TID 0000.0001) Wall clock time: 0.28204369544982910
336f905219 Gael*5035 (PID.TID 0000.0001) No. starts: 10
5036 (PID.TID 0000.0001) No. stops: 10
6811577eff Mart*5037 (PID.TID 0000.0001) Seconds in section "COST_GENCOST_ALL [ECCO SPIN-DOWN]":
5bc996898d Mart*5038 (PID.TID 0000.0001) User time: 0.22247219085693359
5039 (PID.TID 0000.0001) System time: 1.1913001537322998E-002
5040 (PID.TID 0000.0001) Wall clock time: 0.23449492454528809
b5d2b0306c Jean*5041 (PID.TID 0000.0001) No. starts: 10
5042 (PID.TID 0000.0001) No. stops: 10
6811577eff Mart*5043 (PID.TID 0000.0001) Seconds in section "CTRL_COST_DRIVER [ECCO SPIN-DOWN]":
5bc996898d Mart*5044 (PID.TID 0000.0001) User time: 3.5291194915771484E-002
5045 (PID.TID 0000.0001) System time: 1.1971965432167053E-002
5046 (PID.TID 0000.0001) Wall clock time: 4.7300100326538086E-002
336f905219 Gael*5047 (PID.TID 0000.0001) No. starts: 10
5048 (PID.TID 0000.0001) No. stops: 10
b5d2b0306c Jean*5049 (PID.TID 0000.0001) Seconds in section "COST_FINAL [ADJOINT SPIN-DOWN]":
5bc996898d Mart*5050 (PID.TID 0000.0001) User time: 3.1661987304687500E-003
5051 (PID.TID 0000.0001) System time: 4.2974948883056641E-005
5052 (PID.TID 0000.0001) Wall clock time: 3.2150745391845703E-003
336f905219 Gael*5053 (PID.TID 0000.0001) No. starts: 10
5054 (PID.TID 0000.0001) No. stops: 10
72ca2fdbec Jean*5055 (PID.TID 0000.0001) // ======================================================
5056 (PID.TID 0000.0001) // Tile <-> Tile communication statistics
5057 (PID.TID 0000.0001) // ======================================================
5058 (PID.TID 0000.0001) // o Tile number: 000001
5059 (PID.TID 0000.0001) // No. X exchanges = 0
5060 (PID.TID 0000.0001) // Max. X spins = 0
5061 (PID.TID 0000.0001) // Min. X spins = 1000000000
5062 (PID.TID 0000.0001) // Total. X spins = 0
5063 (PID.TID 0000.0001) // Avg. X spins = 0.00E+00
5064 (PID.TID 0000.0001) // No. Y exchanges = 0
5065 (PID.TID 0000.0001) // Max. Y spins = 0
5066 (PID.TID 0000.0001) // Min. Y spins = 1000000000
5067 (PID.TID 0000.0001) // Total. Y spins = 0
5068 (PID.TID 0000.0001) // Avg. Y spins = 0.00E+00
391dc1af4e Patr*5069 (PID.TID 0000.0001) // o Tile number: 000002
5070 (PID.TID 0000.0001) // No. X exchanges = 0
5071 (PID.TID 0000.0001) // Max. X spins = 0
5072 (PID.TID 0000.0001) // Min. X spins = 1000000000
5073 (PID.TID 0000.0001) // Total. X spins = 0
5074 (PID.TID 0000.0001) // Avg. X spins = 0.00E+00
5075 (PID.TID 0000.0001) // No. Y exchanges = 0
5076 (PID.TID 0000.0001) // Max. Y spins = 0
5077 (PID.TID 0000.0001) // Min. Y spins = 1000000000
5078 (PID.TID 0000.0001) // Total. Y spins = 0
5079 (PID.TID 0000.0001) // Avg. Y spins = 0.00E+00
5080 (PID.TID 0000.0001) // o Tile number: 000003
5081 (PID.TID 0000.0001) // No. X exchanges = 0
5082 (PID.TID 0000.0001) // Max. X spins = 0
5083 (PID.TID 0000.0001) // Min. X spins = 1000000000
5084 (PID.TID 0000.0001) // Total. X spins = 0
5085 (PID.TID 0000.0001) // Avg. X spins = 0.00E+00
5086 (PID.TID 0000.0001) // No. Y exchanges = 0
5087 (PID.TID 0000.0001) // Max. Y spins = 0
5088 (PID.TID 0000.0001) // Min. Y spins = 1000000000
5089 (PID.TID 0000.0001) // Total. Y spins = 0
5090 (PID.TID 0000.0001) // Avg. Y spins = 0.00E+00
5091 (PID.TID 0000.0001) // o Tile number: 000004
5092 (PID.TID 0000.0001) // No. X exchanges = 0
5093 (PID.TID 0000.0001) // Max. X spins = 0
5094 (PID.TID 0000.0001) // Min. X spins = 1000000000
5095 (PID.TID 0000.0001) // Total. X spins = 0
5096 (PID.TID 0000.0001) // Avg. X spins = 0.00E+00
5097 (PID.TID 0000.0001) // No. Y exchanges = 0
5098 (PID.TID 0000.0001) // Max. Y spins = 0
5099 (PID.TID 0000.0001) // Min. Y spins = 1000000000
5100 (PID.TID 0000.0001) // Total. Y spins = 0
5101 (PID.TID 0000.0001) // Avg. Y spins = 0.00E+00
72ca2fdbec Jean*5102 (PID.TID 0000.0001) // o Thread number: 000001
5bc996898d Mart*5103 (PID.TID 0000.0001) // No. barriers = 33146
72ca2fdbec Jean*5104 (PID.TID 0000.0001) // Max. barrier spins = 1
5105 (PID.TID 0000.0001) // Min. barrier spins = 1
5bc996898d Mart*5106 (PID.TID 0000.0001) // Total barrier spins = 33146
72ca2fdbec Jean*5107 (PID.TID 0000.0001) // Avg. barrier spins = 1.00E+00
f53c95e6dd Gael*5108 PROGRAM MAIN: Execution ended Normally