123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- !=====================================================================!
- ! Run main specifications
- !=====================================================================!
- ! [id] basename for executable, runtime rcfile, job script (hence logfiles too), ${my.basename}__sources.tar
- my.basename : tm5mp
- ! timing
- timerange.start : 2006-01-01 00:00:00
- timerange.end : 2006-02-01 00:00:00
- jobstep.length : month
- ! autorun
- submit.auto : False
- ! main directories (compilation, run, meteo)
- my.project.dir : ${my.scratch}/TM5/benchmark_base
- my.run.dir : ${my.project.dir}/rundir
- my.meteo.dir : ${my.scratch}/TM5_METEO/
- ! dir of standard input files (read in model init)
- inputdir : ${my.data.dir}
- !=====================================================================!
- ! Environment (compiler, libraries, job manager, //, ...)
- !=====================================================================!
- #include rc/machine-<machine-name>.rc
- ! ADD HERE ANY KEYS REQUIRED BY YOUR JOB MANAGER AND DEFINED IN YOUR MACHINE.RC FILE
- my.queue.account :
- my.build.configure.flags : optim-strict
- par.mpi : T
- par.nx : 1
- par.ny : 45
- !=====================================================================!
- ! Grids & Levels
- !=====================================================================!
- my.levs : tropo34
- ! regions name
- my.region1 : glb300x200
- ! grid names for meteo input (allows on the flight regridding):
- my.region1m : glb100x100
- ! Do not use default region file for 1x1 runs, the reduced grid is too agressive for the chemistry.
- #if "${my.region1}" == "glb100x100"
- #include rc/regions-glb100x100-chem.rc
- #else
- #include rc/regions-${my.region1}.rc
- #endif
- !=====================================================================!
- ! Source code (list of proj)
- !=====================================================================!
- my.source.proj :
- !=====================================================================!
- ! C-preprocessors: DF, TMM, TM5
- !=====================================================================!
- #if "${par.mpi}" in ["T","True"] :
- my.df.define : with_hdf4 with_hdf5_par with_netcdf4_par
- #else
- my.df.define : with_hdf4 with_hdf5 with_netcdf4
- #endif
- ! macro's for meteo input:
- my.tmm.define : with_tmm_tm5
- my.without :
- !standard chemistry uses:
- my.def_advec : slopes
- my.defs_misc : with_budgets
- my.tm5.define : ${my.without} ${my.def_advec} ${my.defs_misc}
- !=====================================================================!
- ! Model tuning
- !=====================================================================!
- ! model timestep
- time.ntimestep : 3600
- time.ndyn_max : 3600
- ! processes
- proces.advection.reduced : T
- proces.wet_removal.cp_scale : 0.5
- ! read diffusion coefficients (instead of calculate) (also: write if doesnot exist)
- diffusion.write : F
- diffusion.dir : ${my.run.dir}/output
- !(diffusion dir is parent dir of diffusion files. Must be specified if diffusion.write is T
- ! sub-dir/fname are: <my.levs>/<grid>/yyyy/mm/dd/dkg_yyyymmddhhmm.hdf
- !=====================================================================!
- ! Restart files
- !=====================================================================!
- ! initial fields
- istart : 2
- ! Directory (case of istart=33)
- restart.read.dir : /PATH/TO/RESTART/DIR
- ! File (case of istart=4, 30, 31, 5)
- start.31.glb300x200 : /PATH/TO/SAVEFILE
- start.31.glb100x100 : /PATH/TO/SAVEFILE
- restart.write : T
- ! extra restart files
- restart.write.extra : F
- restart.write.extra.hour : 00
- restart.write.extra.dhour : 24
- ! where to write restart files:
- restart.write.dir : ${my.run.dir}/restart
- ! ensure creation of directory;
- restart.install.dir : ${restart.write.dir}
- !=====================================================================!
- ! METEO SETTINGS
- !=====================================================================!
- my.meteo.class : ei
- my.meteo.resol : glb100x100
- my.meteo.format : tm5-nc
- time.fc : F
- time.fc.day0 :
- my.tmm.setup.apply : T
- convective.fluxes.tiedtke : F
- #include rc/meteo-tm5-default.rc
- !=====================================================================!
- ! Extra ressources
- !=====================================================================!
- #include rc/expert-default.rc
- !=====================================================================!
- ! Log & output dir
- !=====================================================================!
- ! Log
- okdebug : F
- go.print.all : F
- go.print.prompt.pe : F
- go.print.trace : F
- go.print.file : F
- go.print.file.base : log.ctm
- output.dir : ${my.run.dir}/output
- output.overwrite : T
- ! alternative output dir
- output.dir.base :
- output.dir.extensions :
- output.types : timing settings
- !=====================================================================!
- ! Optional output from 'BASE' code
- !=====================================================================!
- ! mean mixing ratio
- output.mmix : T
- ! budget fluxes through boundaries
- apply.budget.global.flux : F
- budget.global.flux.lon_in : -12
- budget.global.flux.lon_out : 36
- budget.global.flux.lat_in : 34
- budget.global.flux.lat_out : 62
- ! profiling
- timing.output : T
- timing.output.subdir : profile
- !output.after.step :
- !=====================================================================!
- ! Optional output from 'PROJ/USER_OUTPUT' code
- !=====================================================================!
- ! Grids setting
- settings.output : T
- settings.output.subdir :
- ! Station output
- output.station : F
- inputdir.station : ${my.scratch}/TM5/TM5-input/
- input.station.filename : station.emep.list
- input.station.filename2 :
- input.station.fileformat : 1
- station.speclist : SO2 NOy CH4 OH
- output.station.filename : tm5_emep.hdf
- ! Flight tracks
- output.flight : F
- ! All fields on root processor
- output.mix : F
- output.mix.dhour : 3
- ! NOAA output
- output.noaa : F
- !=====================================================================!
- ! PRE-Processing
- !=====================================================================!
- ! I - Installation of input files ("install" keys)
- install.tasks : ${my.install.tasks} restart
- ! II - User scripts to setup run
- input.user.scripts : <bindir>/tm5-tmm-setup <rcfile>
- !=====================================================================!
- ! POST-Processing
- !=====================================================================!
- ! I - Archive output ("store" keys)
- default.store.zipper :
- default.store.arch : ${my.project.dir}/ARCHIVE
- default.store.renew : True
- !----------------------------------------------------------
- store.condition : False
- store.tasks :
- sources.store.extra.command :
- ! II - Touch files
- output.touch : False
- ! III - Run user scripts
- output.user.scripts.condition : False
- output.user.scripts :
- ! IV - DIADEM
- !#include tools/diadem/rc/diadem.rc
- !=====================================================================!
- ! Miscelleaneous (do not modify!) !
- !=====================================================================!
- par.ntask : 1 ! dummy value, this is set by the pycasso user script
|