Skip to content

Commit

Permalink
Updating options to better match bugfix/jacobian-perturbation-fix con…
Browse files Browse the repository at this point in the history
…fig files
  • Loading branch information
Hannah Nesser committed Jul 3, 2024
1 parent 958b1ea commit 69ec97a
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions envs/NASA-Pleiades/config.nasa-pleiades.global_inv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Documentation @ https://imi.readthedocs.io/en/latest/getting-started/imi-config-file.html

## General
RunName: "CO2_inversion"
RunName: "Test_ICI_Global"
Species: "CO2"
isAWS: false
SchedulerType: "PBS"
Expand All @@ -25,7 +25,7 @@ SpinupMonths: 1
SatelliteProduct: "Other"

## Is this a regional inversion? Set to false for global inversion
isRegional: false
isRegional: true

## Select two character region ID (for using pre-cropped meteorological fields)
## Current options are listed below with ([lat],[lon]) bounds:
Expand Down Expand Up @@ -58,22 +58,25 @@ NudgeFactor: 0.1
CreateAutomaticRectilinearStateVectorFile: false
nBufferClusters: 0
BufferDeg: 0
OptimizeBCs: false
LandThreshold: 0.25
OffshoreEmisThreshold: 0
OptimizeBCs: false
OptimizeOH: false

## Point source datasets
## Used for visualizations and state vector clustering
PointSourceDatasets: ["SRON"]

## Clustering Options
ReducedDimensionStateVector: false
ReducedDimensionStateVector: true
DynamicKFClustering: false
ClusteringMethod: "kmeans"
NumberOfElements: 45
ForcedNativeResolutionElements:
- [31.5, -104]
EmissionRateFilter: 2500
PlumeCountFilter: 50
GroupByCountry: false

## Custom state vector
StateVectorFile: "/nobackupp27/hnesser/CO2_inversion/state_vector/clusters_annual.nc"
Expand All @@ -92,14 +95,15 @@ PrecomputedJacobian: false

## Grid
## Options are 0.25x0.3125 (GEOSFP only), 0.5x0.625, 2.0x2.5, or 4.0x5.0
Res: "4.0x5.0"
Res: "2.0x2.5"

## Meteorology
## Options are GEOSFP or MERRA2
Met: "MERRA2"

## Setup modules
## Turn on/off different steps in setting up the inversion
RunSetup: true
SetupTemplateRundir: true
SetupSpinupRun: false
SetupJacobianRuns: true
Expand All @@ -108,7 +112,7 @@ SetupPosteriorRun: false

## Run modules
## Turn on/off different steps in performing the inversion
RunSetup: true
DoPriorEmis: true
DoSpinup: false
DoJacobian: false
ReDoJacobian: false
Expand All @@ -121,15 +125,19 @@ DoPreview: false
DOFSThreshold: 0

## Resource allocation settings for slurm jobs
SimulationCPUs: 16
SimulationMemory: "20gb"
JacobianCPUs: 1
JacobianMemory: "2gb"
RequestedCPUs: 16
RequestedMemory: "20gb"
RequestedTime: "01:00:00"
SchedulerPartition: "devel"

## Max number of simultaneous Jacobian runs from the job array (-1: no limit)
MaxSimultaneousRuns: 50
MaxSimultaneousRuns: -1

## Number of Jacobians tracers to use for each jacobian simulation
## Specifying a value = 1 will submit a separate jacobian simulation for each
## state vector element. Specifying a value > 1 will combine state vector
## elements into a single jacobian simulation.
NumJacobianTracers: 10

##====================================================================
##
Expand All @@ -149,14 +157,10 @@ MaxSimultaneousRuns: 50
## Jacobian settings
## Note PerturbValue and PerturbValueOH are relative scale factors and
## PerturbValueBCs is in ppb
PerturbValue: 1.5
PerturbValueOH: 1.5
PerturbValue: 1.0
PerturbValueOH: 1.1
PerturbValueBCs: 10.0

## Apply scale factors from a previous inversion?
UseEmisSF: false
UseOHSF: false

## Use eigenvector perturbations instead of grid cell perturbations in the
## GEOSChem run

Expand Down Expand Up @@ -185,14 +189,14 @@ UseBCsForRestart: False
##------------------------------------------------------------------

## Path for IMI runs and output
OutputPath: "/nobackupp27/$USER"
OutputPath: "/nobackupp27/$USER/IMI_demo"

## Path to GEOS-Chem input data
DataPath: "/nobackupp27/$USER/ExtData"

## Path to satellite data
DataPathObs: "/nobackup/$USER/CO2_inversion/observations/OCO-2"
# DataPathObs: "/nobackupp27/$USER/IMI_demo/data_TROPOMI"
# DataPathObs: "/nobackup/$USER/CO2_inversion/observations/OCO-2"
DataPathObs: "/nobackupp27/$USER/IMI_demo/data_TROPOMI"

## GEOS-Chem environment file (with fortran compiler, netcdf libraries, etc.)
## NOTE: Copy your own file in the envs/ directory within the IMI
Expand Down

0 comments on commit 69ec97a

Please sign in to comment.