scapps@uci_edu
Member
I would like to output global instantaneous windspeeds at every timestep (1200sec) in CAM. I have added the proper FINCL(2) namelist variable as:
fincl2 = 'WINDSPD:I'
Along with the following line (output every timestep):
nhtfrq(2) = 1
The above method produces three netcdf files per day of simulation. I would like to write a netcdf file every day with a timeseries of 72 (86400/1200) instantaneous windspeeds. Is this possible?
fincl2 = 'WINDSPD:I'
Along with the following line (output every timestep):
nhtfrq(2) = 1
The above method produces three netcdf files per day of simulation. I would like to write a netcdf file every day with a timeseries of 72 (86400/1200) instantaneous windspeeds. Is this possible?