Skip to content

Commit

Permalink
Removed roughnesses for ice (zoi) and water (zow) from the list of pe…
Browse files Browse the repository at this point in the history
…rturbed land

variables.
  • Loading branch information
tanyasmirnova committed Jan 14, 2021
1 parent ffc88da commit a4ac133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compns_stochy.F90
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit a4ac133

Please sign in to comment.