You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just confirmed this process with Cenlin and wanted to share with others on the process for running the model with for a different site:
Once you have a file in the same format as the bondville.dat file you do the following:
change lines 105, 121, and 251 of the 'create_point_data.f90' file to match the names of the .dat file and output .nc file
run "make clean" and "make" to re-compile the code to generate an updated create_point_data.exe
run the 'create_point_data.exe
edit the namelist.hrldas file to change the hrrldas set up file line, indir line, as well as start times
run the hrldas.exe file to run the single point simulation
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I just confirmed this process with Cenlin and wanted to share with others on the process for running the model with for a different site:
Once you have a file in the same format as the bondville.dat file you do the following:
change lines 105, 121, and 251 of the 'create_point_data.f90' file to match the names of the .dat file and output .nc file
run "make clean" and "make" to re-compile the code to generate an updated create_point_data.exe
run the 'create_point_data.exe
edit the namelist.hrldas file to change the hrrldas set up file line, indir line, as well as start times
run the hrldas.exe file to run the single point simulation
Hope this helps folks!
Beta Was this translation helpful? Give feedback.
All reactions