I'm trying to run from initial conditions on file, pointed to by NCDATA. I'd like to verify that I've constructed the initial conditions properly by running a 30-day sim with FV3 (--res C24_C24_mg17) and --compset FADIAB. However, the run crashes immediately with a vague error message in the atm.log that I cannot interpret, nor find much documentation for:
Advected constituent list:
1 Q Specific humidity wet
Thermodynamic active species Q 1 1 1810.00000000000 1384.51391946048
Creating field_table file to load tracer fields into fv3
Creating new decomp: 0!1!!3456!!d6!i1!
ERROR: cam_filemap_get_filemap: Map size (96) too large for array dims (0, 1, )
What does this mean? What is the Map, and where are the quoted sizes coming from? The source code at the location of this error message is pretty cryptic
Advected constituent list:
1 Q Specific humidity wet
Thermodynamic active species Q 1 1 1810.00000000000 1384.51391946048
Creating field_table file to load tracer fields into fv3
Creating new decomp: 0!1!!3456!!d6!i1!
ERROR: cam_filemap_get_filemap: Map size (96) too large for array dims (0, 1, )
What does this mean? What is the Map, and where are the quoted sizes coming from? The source code at the location of this error message is pretty cryptic