** Warning **

Issuing rollback() due to DESTROY without explicit disconnect() of DBD::mysql::db handle dbname=MITgcm at /usr/local/share/lxr/lib/LXR/Common.pm line 1224.

Last-Modified: Fri, 28 Nov 2024 06:11:57 GMT Content-Type: text/html; charset=utf-8 MITgcm/MITgcm/verification/global_ocean.cs32x15/input_ad.seaice/data
Back to home page

MITgcm

 
 

    


Warning, /verification/global_ocean.cs32x15/input_ad.seaice/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 0d75a510 on 2021-02-20 23:33:00 UTC
10009339ec Gael*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef=15*20.,
                0008  sRef=15*35.,
                0009  viscAh =3.E5,
                0010 #- biharmonic Viscosity: 3.e15 is close to the stability limit with deltaTmom=20mn
                0011 #viscA4 =3.E15,
                0012  viscAr =1.E-3,
                0013  diffKhT=0.,
                0014  diffK4T=0.,
03e73b2c8a Jean*0015 #- diffKrT unused when compiled with ALLOW_3D_DIFFKR
                0016 #diffKrT=3.E-5,
10009339ec Gael*0017  diffKhS=0.,
                0018  diffK4S=0.,
                0019  diffKrS=3.E-5,
                0020  ivdc_kappa=10.,
                0021  implicitDiffusion=.TRUE.,
                0022  gravity=9.81,
05b7bb78c9 Jean*0023  rhoConst=1035.,
10009339ec Gael*0024  rhoConstFresh=1000.,
                0025  eosType='JMD95Z',
                0026  staggerTimeStep=.TRUE.,
                0027  vectorInvariantMomentum=.TRUE.,
                0028  implicitFreeSurface=.TRUE.,
0d75a51072 Mart*0029  tempAdvScheme=33,
                0030  saltAdvScheme=33,
10009339ec Gael*0031  exactConserv=.TRUE.,
8fc117ecb7 Mart*0032  select_rStar=2,
                0033  nonlinFreeSurf=4,
10009339ec Gael*0034  hFacInf=0.2,
                0035  hFacSup=2.0,
                0036  useRealFreshWaterFlux=.TRUE.,
                0037 ### allowFreezing=.TRUE.,
                0038  hFacMin=.1,
                0039  hFacMinDr=20.,
                0040  readBinaryPrec=64,
                0041  &
                0042 
                0043 # Elliptic solver parameters
                0044  &PARM02
                0045  cg2dMaxIters=200,
                0046 #cg2dTargetResidual=1.E-9,
                0047  cg2dTargetResWunit=1.E-14,
                0048  &
                0049 
                0050 # Time stepping parameters
                0051  &PARM03
                0052  nIter0=72000,
f8ca5a7a98 Jean*0053  nTimeSteps= 2,
eb21a9fdf7 Jean*0054  deltaTMom   =1200.,
10009339ec Gael*0055  deltaTtracer=86400.,
eb21a9fdf7 Jean*0056  deltaTFreeSurf=86400.,
10009339ec Gael*0057  deltaTClock =86400.,
                0058  abEps = 0.1,
eb21a9fdf7 Jean*0059  alph_AB=0.5,
                0060  beta_AB=0.281105,
bf6d713e10 Jean*0061  forcing_In_AB=.FALSE.,
eb21a9fdf7 Jean*0062  momDissip_In_AB=.FALSE.,
bf6d713e10 Jean*0063  pChkptFreq  =311040000.,
                0064  chkptFreq   = 31104000.,
                0065 #taveFreq    =311040000.,
                0066 #dumpFreq    = 31104000.,
                0067 #adjDumpFreq = 31104000.,
                0068 #monitorFreq = 31104000.,
                0069 #- forcing is set by EXF
                0070 # periodicExternalForcing=.TRUE.,
                0071 # externForcingPeriod=2592000.,
                0072 # externForcingCycle=31104000.,
10009339ec Gael*0073 # 2 months restoring timescale for temperature
bf6d713e10 Jean*0074 # tauThetaClimRelax = 5184000.,
10009339ec Gael*0075 # 2yrs restoring timescale for salinity
bf6d713e10 Jean*0076 # tauSaltClimRelax = 62208000.,
                0077  monitorFreq   =1.,
                0078  adjMonitorFreq=1.,
                0079  dumpFreq    = 432000.,
                0080  adjDumpFreq = 432000.,
10009339ec Gael*0081  pickupStrictlyMatch=.FALSE.,
                0082  &
                0083 
                0084 # Gridding parameters
                0085  &PARM04
                0086  usingCurvilinearGrid=.TRUE.,
                0087  horizGridFile='grid_cs32',
                0088  delR= 50., 70., 100., 140., 190.,
                0089        240., 290., 340., 390., 440.,
                0090        490., 540., 590., 640., 690.,
                0091  &
                0092 
                0093 # Input datasets
                0094  &PARM05
                0095  bathyFile      ='bathy_Hmin50.bin',
                0096  hydrogThetaFile='lev_T_cs_15k.bin',
                0097  hydrogSaltFile ='lev_S_cs_15k.bin',
bf6d713e10 Jean*0098 #- forcing is set by EXF
                0099 # zonalWindFile  ='trenberth_taux.bin',
                0100 # meridWindFile  ='trenberth_tauy.bin',
                0101 # thetaClimFile  ='lev_surfT_cs_12m.bin',
                0102 # saltClimFile   ='lev_surfS_cs_12m.bin',
7130bed1c3 Jean*0103 # surfQnetFile   ='shiQnet_cs32.bin',
bf6d713e10 Jean*0104 # EmPmRFile      ='shiEmPR_cs32.bin',
10009339ec Gael*0105  &