scapps@uci_edu
Member
I wanted to make sure I understand the difference between instantaneous and averaged output. Basically, instantaneous is not averaged over the timestep and averaged is...correct? So, instantaneous is the value at that particular moment in time.
I noticed that there are two ways to output an instantaneous value:
Using an "I" in the addfld call:
history.F90..call addfld ('WINDSPD ','m/s ',1,'I','Grid Cell Wind Speed ',phys_decomp)
And, using an "I" in the fincl line within the Namelist file:
fincl4 = 'WINDSPD:I'
...and:
nhtfrq(4) = 1 #Ouput at each timestep
Does the addfld specification override whatever is placed in the namelist file?
Thank you.
I noticed that there are two ways to output an instantaneous value:
Using an "I" in the addfld call:
history.F90..call addfld ('WINDSPD ','m/s ',1,'I','Grid Cell Wind Speed ',phys_decomp)
And, using an "I" in the fincl line within the Namelist file:
fincl4 = 'WINDSPD:I'
...and:
nhtfrq(4) = 1 #Ouput at each timestep
Does the addfld specification override whatever is placed in the namelist file?
Thank you.