ESMCI / ccs_config_cesm

CESM CIME Case Control System configuration files
3 stars 46 forks source link

Component grids are not correctly set for f05_f05_mg17 grid with NUOPC coupling #12

Open fvitt opened 2 years ago

fvitt commented 2 years ago

The component grids are not set correctly (set to UNSET) for the f05_f05_mg17 grid alias when nuopc driver is used.

Results in group build_grid
        ATM_GRID: UNSET
        GLC_GRID: null
        GRID: a%0.47x0.63_l%0.47x0.63_oi%0.47x0.63_r%r05_g%null_w%null_z%null_m%gx1v7
        ICE_GRID: UNSET
        LND_GRID: UNSET
        MASK_GRID: gx1v7
        OCN_GRID: UNSET
        ROF_GRID: r05
        WAV_GRID: null

Results in group case_last
        GRIDS_SPEC_FILE: /glade/work/fvitt/camdev/waccmx_fixes/ccs_config/config_grids.xml

Note: the GRIDS_SPEC_FILE file does not exist.

gold2718 commented 2 years ago

It looks like f05 needs to be added to component_grids_nuopc.xml. I think we could add this as part of our current project to convert CAM tests to NUOPC. I think that the necessary mesh file exists (fv0.47x0.63_141008_ESMFmesh.nc).

mvertens commented 2 years ago

@gold2718 - thanks for tracking this down.