Open msulprizio opened 2 years ago
I don't think this should be too difficult to do. To get started, you would need to:
Species: CH4
as the default, but options would also include CO2) # Commands to feed to createRunDir.sh
# Create a GEOS-FP 0.25x0.3125 nested NA CH4 run directory by default
# (Grid and meteorology fields will be replaced below by the settings
# in config.yml)
if ( $Species == "CH4" ); then
cmd="3\n2\n4\n4\n2\n${RunDirs}\n${runDir}\nn\n"
elif ( $Species == "CO2" ); then
cmd="4\n2\n4\n4\n2\n${RunDirs}\n${runDir}\nn\n"
else
printf "ERROR: Species ${Species} is not currently supported by the IMI"
exit 1
fi
The values for cmd
corresponds to the entries passed to createRunDir.sh in GCClassic.
Also tagging @laestrada @djvaron @akurganskiy @hannahnesser for input.
One more thing we'll need is a CO2 observation operator to replace the TROPOMI_operator.py for methane. The operator is called in jacobian.py.
This issue has been automatically marked as stale because it has not had recent activity. If there are no updates within 7 days it will be closed. You can add the "never stale" tag to prevent the issue from closing this issue.
@hannahnesser is currently working on this
See draft PR #238
As part of JPL's Earth Information System (EIS) there are plans to expand the IMI to include CO2 and additional observation operators.