NOAA-CEFI-Regional-Ocean-Modeling / .github

GNU General Public License v3.0
0 stars 0 forks source link

check_nml_error in fms_mod: Unknown namelist, or mistyped namelist variable in namelist generic_tracer_nml, (IOSTAT = 19 ) #4

Open amoebaliz opened 8 months ago

amoebaliz commented 8 months ago

Discussed in https://github.com/orgs/NOAA-CEFI-Regional-Ocean-Modeling/discussions/3

Originally posted by **amoebaliz** December 20, 2023 **Description:** FATAL from PE runtime error. **Additional Information:** Current generic tracer namelist: do_generic_tracer=.true. do_generic_abiotic=.false. do_generic_CFC=.false. do_generic_COBALT=.true. do_generic_age=.false. do_generic_SF6=.false. force_update_fluxes=.true. as_param='unused' do_vertfill_post=.true. **Current Approach:** Check what fms expects from generic tracer namelist to track down discrepancy
amoebaliz commented 8 months ago

Update: It seems this was the result of a discrepancy between the namelist in the xml (which was written for COBALT4Pv1) and the generic_tracer look up fields.

Solution: Change xml to use older version of COBALT or compile with COBALT4P source codes (e.g., generic_COBALT.F90, generic_tracer.F90, generic_tracer_utils.F90)