-
Notifications
You must be signed in to change notification settings - Fork 278
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Description
Data assimilation updates u and v in the RESTART file *.fv_core.res.tile[1-6].nc. Since u and v are grid-relative wind, to check the corresponding zonal and meridional wind, I set model_configure as follows (output_fh=0 1) to ouput history.tile[1-6].nc which contain zonal (ugrd) and meridional (vgrd) wind.
model_configure:
nfhout: 1
nfhmax_hf: 0
nfhout_hf: 1
nsout: 0
output_fh: 0 1
But ncdum -v time history.tile1.nc show that there is NO 0 hour output
Output
ncdum -v time history.tile1.nc
data:
time = 1 ;
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working