Back to home page

MITgcm

 
 

    


Warning, /verification/adjustment.cs-32x32x1/input.nlfs/data is written in an unsupported language. File is not indexed.

view on githubraw file Latest commit 41f98c40 on 2016-04-05 17:37:15 UTC
2506a2cc4f Jean*0001 # ====================
                0002 # | Model parameters |
                0003 # ====================
                0004 #
                0005 # Continuous equation parameters
                0006  &PARM01
                0007  tRef=300.,
                0008  sRef=0.,
                0009  viscAr=0.,
                0010  viscAh=0.,
                0011  viscA4=0.,
                0012  no_slip_sides=.FALSE.,
                0013  no_slip_bottom=.FALSE.,
                0014  buoyancyRelation='ATMOSPHERIC',
f73cd03ec1 Jean*0015  eosType='IDEALG',
2506a2cc4f Jean*0016  gravity=9.81,
                0017  rhoConst=1.0,
                0018  implicitFreeSurface=.TRUE.,
                0019  implicSurfPress=0.5,
                0020  implicDiv2DFlow=0.5,
0f165d8836 Jean*0021  nonlinFreeSurf=3,
2506a2cc4f Jean*0022  hFacInf=0.2,
                0023  hFacSup=1.8,
                0024  exactConserv=.TRUE.,
                0025  nonHydrostatic=.FALSE.,
                0026  momAdvection=.FALSE.,
                0027  useCoriolis=.FALSE.,
                0028  tempStepping=.FALSE.,
                0029  saltStepping=.FALSE.,
                0030  readBinaryPrec=64,
                0031  writeBinaryPrec=64,
0f165d8836 Jean*0032  useSingleCpuIO=.TRUE.,
2506a2cc4f Jean*0033  &
                0034 
                0035 # Elliptic solver parameters
                0036  &PARM02
                0037  cg2dMaxIters=600,
                0038  cg2dTargetResidual=1.E-12,
                0039  &
                0040 
                0041 # Time stepping parameters
                0042  &PARM03
41f98c401e Jean*0043  nIter0=0,
2506a2cc4f Jean*0044  nTimeSteps=20,
                0045 #endTime=129600.,
                0046  abEps=0.1,
                0047  deltaT=180.0,
                0048 #deltaT=60.0,
                0049  cAdjFreq=0.,
                0050  pChkptFreq=0.0,
                0051  chkptFreq=0.0,
                0052  dumpFreq=3600.0,
                0053  monitorFreq=1.,
                0054  &
                0055 
                0056 # Gridding parameters
                0057  &PARM04
                0058  usingCurvilinearGrid=.TRUE.,
353a8586ba Jean*0059  radius_fromHorizGrid=6370.E3,
2506a2cc4f Jean*0060  delR=1.E5,
                0061  &
                0062 
                0063 # Input datasets
                0064  &PARM05
                0065 #pSurfInitFile='square.bin',
                0066 #pSurfInitFile='cos_equator.bin',
                0067 #pSurfInitFile='cos.bin',
                0068  pSurfInitFile='ps100mb.bin',
                0069  &