From 74adbbe3989cd501c6616e7f97e2249dc2259b60 Mon Sep 17 00:00:00 2001 From: Robinson Hordoir Date: Mon, 28 Aug 2023 13:27:10 +0200 Subject: [PATCH] Runoff should be climatological --- INPUT_FILES/namelist_cfg_naa10km_1979_1992_era5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 INPUT_FILES/namelist_cfg_naa10km_1979_1992_era5 diff --git a/INPUT_FILES/namelist_cfg_naa10km_1979_1992_era5 b/INPUT_FILES/namelist_cfg_naa10km_1979_1992_era5 old mode 100644 new mode 100755 index 7ecb0ec..750e17d --- a/INPUT_FILES/namelist_cfg_naa10km_1979_1992_era5 +++ b/INPUT_FILES/namelist_cfg_naa10km_1979_1992_era5 @@ -198,11 +198,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 = './runofft/' ! root directory for the runoff data location + cn_dir = './' ! 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 = 'runofft' , -1 , 'runoff', .true. , .false. , 'yearly' , '' , '' , '' + sn_rnf = 'runoff_daitren_clim_smooth.nc' , -1 , 'runoff', .true. , .true. , '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' , '' , '' , ''