Skip to content
Snippets Groups Projects
Commit 59a60eed authored by ronesy's avatar ronesy
Browse files

Updated SETTINGS_config file for additional parameter sigmatime_cini

parent 251fc3e7
No related branches found
No related tags found
No related merge requests found
...@@ -43,10 +43,6 @@ maxiter: 10 ...@@ -43,10 +43,6 @@ maxiter: 10
# Optimize ocean boxes (true or false) # Optimize ocean boxes (true or false)
inc_ocean: .false. inc_ocean: .false.
# Optimize initial mixing ratios (true or false)
# (not relevant for aerosols)
opt_cini: .false.
# Use spatial correlation in error covariance matrix (true or false) # Use spatial correlation in error covariance matrix (true or false)
# if use regions based ecosystems then should be false # if use regions based ecosystems then should be false
spa_corr: .true. spa_corr: .true.
...@@ -120,10 +116,6 @@ nstep_flx: 720 ...@@ -120,10 +116,6 @@ nstep_flx: 720
# Measurement error: unit same as obs # Measurement error: unit same as obs
measerr: 100.0 measerr: 100.0
# Initial mixing ratio error: fraction
# (not relevant for aerosols)
cinierr: 0.005
# Prior flux error: fraction # Prior flux error: fraction
flxerr: 0.5 flxerr: 0.5
...@@ -131,7 +123,7 @@ flxerr: 0.5 ...@@ -131,7 +123,7 @@ flxerr: 0.5
flxerr_ll: 1.e-8 flxerr_ll: 1.e-8
# Spatial correlation length for land: unit (km) # Spatial correlation length for land: unit (km)
sigma_land: 250. sigma_land: 100.
# Spatial correlation length for ocean: unit (km) # Spatial correlation length for ocean: unit (km)
sigma_ocean: 1000. sigma_ocean: 1000.
......
...@@ -141,6 +141,9 @@ sigma_ocean: 1000. ...@@ -141,6 +141,9 @@ sigma_ocean: 1000.
# Temporal correlation length: unit (days) # Temporal correlation length: unit (days)
sigmatime: 90. sigmatime: 90.
# Temporal correlation length for scalars of initial mixing ratios: unit (days)
sigmatime_cini: 30.
# Total error for inversion domain (Tg/y) # Total error for inversion domain (Tg/y)
globerr: 100. globerr: 100.
......
...@@ -159,6 +159,9 @@ sigma_ocean: 2000. ...@@ -159,6 +159,9 @@ sigma_ocean: 2000.
# Temporal correlation length: unit (days) # Temporal correlation length: unit (days)
sigmatime: 30. sigmatime: 30.
# Temporal correlation length for scalars of initial mixing ratios: unit (days)
sigmatime_cini: 30.
# Total error for domain (Tg/y) # Total error for domain (Tg/y)
# globerr <= 0: prior error covariance matrix not scaled # globerr <= 0: prior error covariance matrix not scaled
globerr: 300. globerr: 300.
......
...@@ -140,6 +140,9 @@ sigma_ocean: 1000. ...@@ -140,6 +140,9 @@ sigma_ocean: 1000.
# Temporal correlation length: unit (days) # Temporal correlation length: unit (days)
sigmatime: 30. sigmatime: 30.
# Temporal correlation length for scalars of initial mixing ratios: unit (days)
sigmatime_cini: 30.
# Total error for inversion domain (Tg/y) # Total error for inversion domain (Tg/y)
# globerr <= 0: prior error covariance matrix not scaled # globerr <= 0: prior error covariance matrix not scaled
globerr: 10. globerr: 10.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment