Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 8fc117ec on 2020-12-04 12:29:28 UTC
bfcc31b8d8 Patr*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,
bfcc31b8d8 Patr*0017  diffKhS=0.,
                0018  diffK4S=0.,
                0019  diffKrS=3.E-5,
                0020  ivdc_kappa=10.,
                0021  implicitDiffusion=.TRUE.,
                0022  gravity=9.81,
4d9ff57e50 Jean*0023  rhoConst=1035.,
bfcc31b8d8 Patr*0024  rhoConstFresh=1000.,
                0025  eosType='JMD95Z',
                0026  staggerTimeStep=.TRUE.,
                0027  vectorInvariantMomentum=.TRUE.,
                0028  implicitFreeSurface=.TRUE.,
                0029  tempAdvScheme=30,
                0030  saltAdvScheme=30,
783a55ce6b Patr*0031  tempVertAdvScheme=30,
                0032  saltVertAdvScheme=30,
                0033  tempImplVertAdv=.TRUE.,
                0034  saltImplVertAdv=.TRUE.,
a5f47d7d50 Patr*0035  exactConserv=.TRUE.,
8fc117ecb7 Mart*0036  select_rStar=2,
                0037  nonlinFreeSurf=4,
bfcc31b8d8 Patr*0038  hFacInf=0.2,
                0039  hFacSup=2.0,
6f5722aaa4 Patr*0040  useRealFreshWaterFlux=.TRUE.,
bfcc31b8d8 Patr*0041  allowFreezing=.TRUE.,
                0042  hFacMin=.1,
                0043  hFacMinDr=20.,
                0044  readBinaryPrec=64,
                0045  &
                0046 
                0047 # Elliptic solver parameters
                0048  &PARM02
                0049  cg2dMaxIters=200,
                0050 #cg2dTargetResidual=1.E-9,
                0051  cg2dTargetResWunit=1.E-14,
                0052  &
                0053 
                0054 # Time stepping parameters
                0055  &PARM03
                0056  nIter0=72000,
86531d4555 Jean*0057  nTimeSteps=5,
eb21a9fdf7 Jean*0058  deltaTMom   =1200.,
bfcc31b8d8 Patr*0059  deltaTtracer=86400.,
eb21a9fdf7 Jean*0060  deltaTFreeSurf=86400.,
bfcc31b8d8 Patr*0061  deltaTClock =86400.,
                0062  abEps = 0.1,
4d9ff57e50 Jean*0063  forcing_In_AB=.FALSE.,
eb21a9fdf7 Jean*0064  momDissip_In_AB=.FALSE.,
4d9ff57e50 Jean*0065  pChkptFreq  =311040000.,
                0066  chkptFreq   = 31104000.,
                0067 #taveFreq    =311040000.,
                0068 #dumpFreq    = 31104000.,
                0069 #adjDumpFreq = 31104000.,
                0070 #monitorFreq = 31104000.,
bfcc31b8d8 Patr*0071  periodicExternalForcing=.TRUE.,
                0072  externForcingPeriod=2592000.,
                0073  externForcingCycle=31104000.,
                0074 # 2 months restoring timescale for temperature
                0075  tauThetaClimRelax = 5184000.,
                0076 # 2yrs restoring timescale for salinity
                0077  tauSaltClimRelax = 62208000.,
4d9ff57e50 Jean*0078  monitorFreq   =1.,
                0079  adjMonitorFreq=1.,
                0080  dumpFreq    = 432000.,
                0081  adjDumpFreq = 432000.,
bfcc31b8d8 Patr*0082  pickupStrictlyMatch=.FALSE.,
                0083  &
                0084 
                0085 # Gridding parameters
                0086  &PARM04
                0087  usingCurvilinearGrid=.TRUE.,
                0088  horizGridFile='grid_cs32',
                0089  delR= 50., 70., 100., 140., 190.,
                0090        240., 290., 340., 390., 440.,
                0091        490., 540., 590., 640., 690.,
                0092  &
                0093 
                0094 # Input datasets
                0095  &PARM05
                0096  bathyFile      ='bathy_Hmin50.bin',
                0097  hydrogThetaFile='lev_T_cs_15k.bin',
                0098  hydrogSaltFile ='lev_S_cs_15k.bin',
                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',
bfcc31b8d8 Patr*0104  EmPmRFile      ='shiEmPR_cs32.bin',
                0105  &