Parameterization Scheme Modification #309
Alison-MMM
started this conversation in
General
Replies: 1 comment
|
you can use "./hrldas >& run.log &" to run the hrldas.exe so that the diagnostic statements will be output to run.log file. you can also use "print*, "xxxxx", variable_name" in the code for printout in run.log file. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
We are currently modifying parameterization schemes in Noahmp and want to use write statements in the Fortran program to output some intermediate variables for diagnostic analysis. However, after adding the write diagnostic statements, no corresponding log files are generated. How should we configure this?
All reactions