Introduce multi instance capability#137
Conversation
|
@alperaltuntas; I run a test with |
|
I am still getting only one file per diag stream of MOM6 (e.g., casename.mom6.sfc_0001_01.nc). |
|
Here is the case I ran: |
|
Can you try it with FMS2?
|
|
It worked with |
|
I'm now seeing that my mods for CESM filenames has a conflict with this that I'll need to resolve when I merge the new |
|
I'm running a multi instance case with my mods for CESM filenames to make sure that I'm not breaking it. |
|
Interesting. I am getting multiple ocn log files: /glade/scratch/altuntas/g.e23.G_JRA.TL319_t061.multi.012/run I'll investigate why you only get one. |
|
My case has now run for 2 months and is at Your case used |
This PR introduces the ability to run multiple instances of MOM6 in CESM. This is required for ensemble runs, and DART, in particular. The main changes are in buildnml to accomodate multiple MOM6 runtime parameter files, MOM_input, MOM_override, diag_table, and input.nml.
This PR should be evaluated in conjunction with NCAR/MOM6#241