Skip to content
Snippets Groups Projects
Commit f50b4a7d authored by cgz's avatar cgz
Browse files

Add initial values for config variables

parent 6d73f55d
No related branches found
No related tags found
No related merge requests found
......@@ -646,7 +646,19 @@ module mod_settings
config%satellite = .false.
config%ground = .false.
config%selectobs = .false.
!initialize values for config, overwritten by any values in SETTINGS_config file
config%trunc = 1.e-3
config%ffferr = 1.e-3
config%coeff = 1.0
config%measerr = 1.e-3
config%cinierr = 1.e-3
config%flxerr = 1.e-3
config%flxerr_ll = 1.e-9
config%sigma_land = 150.
config%sigma_ocean = 2000.
config%sigmatime = 15.
config%globerr = -1
! open file
open (100, file = trim (filename), status = 'old', iostat=ierr)
......
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