Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 5cf43646 on 2024-03-01 18:50:49 UTC
5bc996898d Mart*0001 
                0002 # *******************
                0003 # ECCO gradient check
                0004 # *******************
                0005  &GRDCHK_NML
                0006  grdchk_eps       = 1.d-2,
19ced9bf8f Mart*0007  iGloTile         = 2,
                0008  jGloTile         = 2,
                0009  iGloPos          = 26,
                0010 #jGloPos          = 19,
5bc996898d Mart*0011 # This original setting would start the gradient check for temperatures
                0012 # that are below the freezing point in the inital conditions. Because of
                0013 # allowFreezing=True in data&PARM01 and the unphysical nature of this
                0014 # freezing parameterisation, the FD gradients depend very much on the
                0015 # whether they are evaluated above and below freezing or not leading
19ced9bf8f Mart*0016 # to inconsistent results. Moving the starting point to jGloPos=17
5bc996898d Mart*0017 # avoids this.
19ced9bf8f Mart*0018  jGloPos          = 17,
5bc996898d Mart*0019  kGloPos          = 1,
                0020 ### nbeg             = 1,
                0021  nstep            = 1,
                0022  nend             = 7,
5cf4364659 Mart*0023  grdchkvarname    = "xx_theta",
5bc996898d Mart*0024  &