From a4ac1335d00290f93e1460e01dd9b95346bc9490 Mon Sep 17 00:00:00 2001 From: tanyasmirnova Date: Thu, 14 Jan 2021 18:02:28 +0000 Subject: [PATCH] Removed roughnesses for ice (zoi) and water (zow) from the list of perturbed land variables. --- compns_stochy.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compns_stochy.F90 b/compns_stochy.F90 index c2c2f15..992c18c 100644 --- a/compns_stochy.F90 +++ b/compns_stochy.F90 @@ -294,7 +294,7 @@ subroutine compns_stochy (me,sz_nml,input_nml_file,fn_nml,nlunit,deltim,iret) 'land perturbations will be applied to selected paramaters, using newer scheme designed for DA ens spread' do k =1,n_var_lndp select case (lndp_var_list(k)) - case('vgf','smc','stc','alb', 'sal','emi','zol','zoi','zow') + case('vgf','smc','stc','alb', 'sal','emi','zol') if (me==0) print*, 'land perturbation will be applied to ', lndp_var_list(k) case default print*, 'ERROR: land perturbation requested for new parameter - will need to be coded in lndp_apply_pert', lndp_var_list(k)