There was an error while loading. Please reload this page.
1 parent e64d94a commit 86a56b6Copy full SHA for 86a56b6
1 file changed
bld/build-namelist
@@ -741,6 +741,10 @@ if (!($simple_phys or $aqua_mode)) {
741
die "$ProgName - ERROR: stream_co2_surface_source_mesh_filename must be set to 'none' " .
742
"when stream_co2_surface_source_mapalgo is 'nearest_lat'\n";
743
}
744
+ if (($mapalgo ne 'nearest_lat') and ($mesh eq 'none')) {
745
+ die "$ProgName - ERROR: stream_co2_surface_source_mesh_filename must be a valid mesh file " .
746
+ "when stream_co2_surface_source_mapalgo is '$mapalgo'\n";
747
+ }
748
749
750
0 commit comments