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 70b0136c on 2025-02-10 17:21:58 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,
70b0136c26 Jean*0052  printResidualFreq = 0,
bfcc31b8d8 Patr*0053  &
                0054 
                0055 # Time stepping parameters
                0056  &PARM03
                0057  nIter0=72000,
86531d4555 Jean*0058  nTimeSteps=5,
eb21a9fdf7 Jean*0059  deltaTMom   =1200.,
bfcc31b8d8 Patr*0060  deltaTtracer=86400.,
eb21a9fdf7 Jean*0061  deltaTFreeSurf=86400.,
bfcc31b8d8 Patr*0062  deltaTClock =86400.,
                0063  abEps = 0.1,
4d9ff57e50 Jean*0064  forcing_In_AB=.FALSE.,
eb21a9fdf7 Jean*0065  momDissip_In_AB=.FALSE.,
4d9ff57e50 Jean*0066  pChkptFreq  =311040000.,
                0067  chkptFreq   = 31104000.,
                0068 #taveFreq    =311040000.,
                0069 #dumpFreq    = 31104000.,
                0070 #adjDumpFreq = 31104000.,
                0071 #monitorFreq = 31104000.,
bfcc31b8d8 Patr*0072  periodicExternalForcing=.TRUE.,
                0073  externForcingPeriod=2592000.,
                0074  externForcingCycle=31104000.,
                0075 # 2 months restoring timescale for temperature
                0076  tauThetaClimRelax = 5184000.,
                0077 # 2yrs restoring timescale for salinity
                0078  tauSaltClimRelax = 62208000.,
4d9ff57e50 Jean*0079  monitorFreq   =1.,
                0080  adjMonitorFreq=1.,
                0081  dumpFreq    = 432000.,
                0082  adjDumpFreq = 432000.,
bfcc31b8d8 Patr*0083  pickupStrictlyMatch=.FALSE.,
                0084  &
                0085 
                0086 # Gridding parameters
                0087  &PARM04
                0088  usingCurvilinearGrid=.TRUE.,
                0089  horizGridFile='grid_cs32',
                0090  delR= 50., 70., 100., 140., 190.,
                0091        240., 290., 340., 390., 440.,
                0092        490., 540., 590., 640., 690.,
                0093  &
                0094 
                0095 # Input datasets
                0096  &PARM05
                0097  bathyFile      ='bathy_Hmin50.bin',
                0098  hydrogThetaFile='lev_T_cs_15k.bin',
                0099  hydrogSaltFile ='lev_S_cs_15k.bin',
                0100  zonalWindFile  ='trenberth_taux.bin',
                0101  meridWindFile  ='trenberth_tauy.bin',
                0102  thetaClimFile  ='lev_surfT_cs_12m.bin',
                0103  saltClimFile   ='lev_surfS_cs_12m.bin',
7130bed1c3 Jean*0104  surfQnetFile   ='shiQnet_cs32.bin',
bfcc31b8d8 Patr*0105  EmPmRFile      ='shiEmPR_cs32.bin',
                0106  &