You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This feature will be in the next version of MAPL (2.34.0) which will be released "soon". As such, this is an issue reminder to update the state specs in files where star-expansion is done. At the moment I think it's only in CA:
*MASS | kg kg-1 | xyz | C | | Carbonaceous Aerosol Mass Mixing Ratio
*CONC | kg m-3 | xyz | C | | Carbonaceous Aerosol Mass Concentration
but others might use it in branches in development? The above lines should become:
NAME | UNITS | DIMS | VLOC | UNGRIDDED | LONG NAME
#----------------------------------------------------------------------------------------
*MASS | kg kg-1 | xyz | C | | * Carbonaceous Aerosol Mass Mixing Ratio
*CONC | kg m-3 | xyz | C | | * Carbonaceous Aerosol Mass Concentration
as an example. Note you want to make sure you have the space so this:
* Carbonaceous ...
not:
*Carbonaceous ...
as the Python will do:
CA.bcCarbonaceous ...
for the latter.
The text was updated successfully, but these errors were encountered:
@darianboggs recently added the ability in MAPL to expand * in long name with the ACG:
GEOS-ESM/MAPL#1881
This feature will be in the next version of MAPL (2.34.0) which will be released "soon". As such, this is an issue reminder to update the state specs in files where star-expansion is done. At the moment I think it's only in CA:
GOCART/ESMF/GOCART2G_GridComp/CA2G_GridComp/CA2G_StateSpecs.rc
Lines 75 to 78 in 984fc49
but others might use it in branches in development? The above lines should become:
as an example. Note you want to make sure you have the space so this:
not:
as the Python will do:
for the latter.
The text was updated successfully, but these errors were encountered: