What version of the code are you using?
- I ran CESM 2.1.4 on NCAR HPC.
Have you made any changes to files in the source tree?
- I only changed the default “fsurdat”
Describe every step you took leading up to the problem:
- Specific steps: 1) create a new case with F2000climo compset
2) case setup
3) vi user_nl_clm, and specified on "hist_fincl1 = 'Z0MV'", "hist_fincl2 = ...", "hist_nhtfrq = 0, -24" "hist_mfilt = 1, 365" "fsurdat = ..." "use_init_interp = .true."
4) vi user_nl_cam, and specified on "fincl2", "mfilt = 1, 365", "nhtfrq = 0, -24"
5) ./preview_namelists
6) ./case.build
Describe your problem or question:
I want to output the roughness variable (e.g., Z0MV). I saw the solution in the previous post and tried it out. I used hist_finl1 = 'Z0MV' in user_nl_clm to specify its output.
But when I try to comment out the "use_cn" if statement to get Z0MV output:
if (use_cn) then
this%z0mv_patch(begp:endp) = spval
call hist_addfld1d (fname='Z0MV', units='m', &
avgflag='A', long_name='roughness length over vegetation, momentum', &
ptr_patch=this%z0mv_patch, default='inactive')
end if
I can't find which file or script for this statement ()
Can you tell me where I can find this statement?
I attached the log file if need it.
- I ran CESM 2.1.4 on NCAR HPC.
Have you made any changes to files in the source tree?
- I only changed the default “fsurdat”
Describe every step you took leading up to the problem:
- Specific steps: 1) create a new case with F2000climo compset
2) case setup
3) vi user_nl_clm, and specified on "hist_fincl1 = 'Z0MV'", "hist_fincl2 = ...", "hist_nhtfrq = 0, -24" "hist_mfilt = 1, 365" "fsurdat = ..." "use_init_interp = .true."
4) vi user_nl_cam, and specified on "fincl2", "mfilt = 1, 365", "nhtfrq = 0, -24"
5) ./preview_namelists
6) ./case.build
Describe your problem or question:
I want to output the roughness variable (e.g., Z0MV). I saw the solution in the previous post and tried it out. I used hist_finl1 = 'Z0MV' in user_nl_clm to specify its output.
But when I try to comment out the "use_cn" if statement to get Z0MV output:
if (use_cn) then
this%z0mv_patch(begp:endp) = spval
call hist_addfld1d (fname='Z0MV', units='m', &
avgflag='A', long_name='roughness length over vegetation, momentum', &
ptr_patch=this%z0mv_patch, default='inactive')
end if
I can't find which file or script for this statement ()
Can you tell me where I can find this statement?
I attached the log file if need it.