Back to home page

MITgcm

 
 

    


Warning, /verification/halfpipe_streamice/input_oad/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit adac9222 on 2022-03-25 18:25:51 UTC
f485fc6028 Patr*0001 # Model parameters
                0002 # Continuous equation parameters
                0003  &PARM01
                0004  tRef=20.,
                0005  sRef=10.,
                0006  gravity=9.81,
                0007  hFacMin=.05,
                0008  hFacMindz=50.,
                0009  momStepping=.FALSE.,
                0010  tempStepping=.FALSE.,
                0011  saltStepping=.FALSE.,
                0012  readBinaryPrec=64,
                0013  writeBinaryPrec=64,
                0014  globalFiles=.FALSE.,
                0015 #debugLevel=4,
                0016  &
                0017 
                0018 # Elliptic solver parameters
                0019  &PARM02
                0020  &
                0021 
                0022 # Time stepping parameters
                0023  &PARM03
                0024  startTime=0.,
                0025  nTimeSteps = 3,
                0026 # endTime=6307200000.,
                0027 # endTime=8640000000.,
                0028  deltaT=6307200.,
                0029 # pChkptFreq=2592000.,
                0030 # chkptFreq=120000.,
                0031 # dumpFreq=2592000.,
58ae2ae163 Patr*0032  monitorFreq=0.,
                0033  externForcingCycle=18921600.
f485fc6028 Patr*0034  &
                0035 
                0036 # Gridding parameters
                0037  &PARM04
                0038  usingCartesianGrid=.TRUE.,
                0039  delX=40*2.e3,
                0040  delY=20*2.e3,
                0041  delZ=1800.,
                0042  &
                0043 
                0044  &PARM05
                0045  bathyFile='topog.box',
                0046  &