Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update GOCART configuration files for latest version and MAPL 2.22.0 #887

Closed
bbakernoaa opened this issue Jul 5, 2022 · 0 comments · Fixed by #888
Closed

Update GOCART configuration files for latest version and MAPL 2.22.0 #887

bbakernoaa opened this issue Jul 5, 2022 · 0 comments · Fixed by #888
Labels
bug Something isn't working

Comments

@bbakernoaa
Copy link
Contributor

With the latest version of MAPL and GOCART for p8.1 there is a needed update for the global-workflow configuration files in parm/chem. This is related to ufs-community/ufs-weather-model#1192 and ufs-community/ufs-weather-model#1259

Files to be updated:

parm/chem/CAP.rc

from:

    CAphobicCA.bc,CA.bc     bc1
    CAphilicCA.bc,CA.bc     bc2
    CAphobicCA.oc,CA.oc     oc1
    CAphilicCA.oc,CA.oc     oc2

to:

   CA.bcphobic,CA.bc       bc1
   CA.bcphilic,CA.bc       bc2
   CA.ocphobic,CA.oc       oc1
   CA.ocphilic,CA.oc       oc2

and parm/chem/AERO_HISTORY.rc

from:

  inst_aod.fields:     'CAEXTTAUCA.bc' , 'CA.bc'    , 'AOD_BC',
                       'CAEXTTAUCA.oc' , 'CA.oc'    , 'AOD_OC',

to:

  inst_aod.fields:     'CA.bcEXTTAU'   , 'CA.bc'    , 'AOD_BC',
                       'CA.ocEXTTAU'   , 'CA.oc'    , 'AOD_OC',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant