Hello,
I would like to run a model with a variety of values for a parameter sequentially. For example in the Held Suarez model (FHS94) there is a parameter "efolda". I would like to make a run with efolda = 30._r8, then based on the output of that run it again with a new value. As "efolda" is not a namelist variable I don't think I can change it that way. I could make a source mod of held_suarez.F90 with the new value but then I would have to rebuild each time (right?) which takes a long time relative to my model runs. Is there a better way to do this? I have been searching the documentation to no avail.
Thank you!
I would like to run a model with a variety of values for a parameter sequentially. For example in the Held Suarez model (FHS94) there is a parameter "efolda". I would like to make a run with efolda = 30._r8, then based on the output of that run it again with a new value. As "efolda" is not a namelist variable I don't think I can change it that way. I could make a source mod of held_suarez.F90 with the new value but then I would have to rebuild each time (right?) which takes a long time relative to my model runs. Is there a better way to do this? I have been searching the documentation to no avail.
Thank you!