Back to home page

MITgcm

 
 

    


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

view on githubraw file Latest commit 9aa0c46f on 2008-10-17 20:37:04 UTC
9aa0c46fff Patr*0001 # DOWN_SLOPE package parameters (lines beginning "#" are comments):
                0002 #   DWNSLP_slope  :: fixed slope (=0 => use the local slope)
                0003 #   DWNSLP_rec_mu :: reciprol friction parameter (unit = time scale [s])
                0004 #         used to compute the flow: U=dy*dz*(slope * g/mu * dRho / rho0)
                0005 #   dwnslp_drFlow :: max. thickness [m] of the effective downsloping flow layer
                0006  &DWNSLP_PARM01
                0007   DWNSLP_slope = 5.E-3,
                0008   DWNSLP_rec_mu= 1.E+4,
                0009   DWNSLP_drFlow= 30.,
                0010 # temp_useDWNSLP=.FALSE.,
                0011 # salt_useDWNSLP=.FALSE.,
                0012  &