Add variable runoff to namelist
This commit is contained in:
parent
4b06a8bf27
commit
979660f6eb
@ -25,7 +25,7 @@
|
||||
nn_date0 = XXXX0101 ! date at nit_0000 (format yyyymmdd)
|
||||
nn_time0 = 0 ! initial time of day in hhmm
|
||||
nn_leapy = 0 ! Leap year calendar (1) or not (0)
|
||||
ln_rstart = .FALSE. ! start from rest (F) or from a restart file (T)
|
||||
ln_rstart = .TRUE. ! start from rest (F) or from a restart file (T)
|
||||
nn_euler = 1 ! = 0 : start with forward time step if ln_rstart=T
|
||||
nn_rstctl = 0 ! restart control ==> activated only if ln_rstart=T
|
||||
! ! = 0 nn_date0 read in namelist ; nn_it000 : read in namelist
|
||||
@ -201,11 +201,11 @@
|
||||
nn_rnf_depth_file = 1 ! create (=1) a runoff depth file or not (=0)
|
||||
ln_rnf_icb = .false. ! read in iceberg flux from a file (fill sn_i_rnf if .true.)
|
||||
|
||||
cn_dir = './' ! root directory for the runoff data location
|
||||
cn_dir = './runoff_noresm/' ! root directory for the runoff data location
|
||||
!___________!_________________________!___________________!___________!_____________!________!___________!__________________!__________!_______________!
|
||||
! ! file name ! frequency (hours) ! variable ! time interp.! clim ! 'yearly'/ ! weights filename ! rotation ! land/sea mask !
|
||||
! ! ! (if <0 months) ! name ! (logical) ! (T/F) ! 'monthly' ! ! pairing ! filename !
|
||||
sn_rnf = 'runoff_daitren_clim_smooth.nc' , -1 , 'runoff', .true. , .true. , 'yearly' , '' , '' , ''
|
||||
sn_rnf = 'rnf_noresm_to_naa10km_correc', -1 , 'rnf', .true. , .false. , 'yearly' , '' , '' , ''
|
||||
sn_cnf = 'runoff_coef_AGI' , 0 , 'mouthmask', .false. , .true. , 'yearly' , '' , '' , ''
|
||||
sn_s_rnf = 'runoffs' , 24. , 'rosaline', .true. , .true. , 'yearly' , '' , '' , ''
|
||||
sn_t_rnf = 'runoffs' , 24. , 'rotemper', .true. , .true. , 'yearly' , '' , '' , ''
|
||||
@ -310,7 +310,7 @@
|
||||
rn_time_dmp_out = 120. ! Outflow damping time scale
|
||||
nn_rimwidth = 1 ! width of the relaxation zone
|
||||
ln_vol = .false. ! total volume correction (see nn_volctl parameter)
|
||||
nn_volctl = 0 ! = 0, the total water flux across open boundaries is zero
|
||||
nn_volctl = 1 ! = 0, the total water flux across open boundaries is zero
|
||||
/
|
||||
!-----------------------------------------------------------------------
|
||||
&nambdy_dta ! open boundaries - external data (see nam_bdy)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user