source: lmdz_wrf/trunk/tools/get_WRFdata_snd-sfc.conf @ 2085

Last change on this file since 2085 was 2070, checked in by lfita, 6 years ago

Adding end of if
Adding Name of the experiment

  • Property svn:executable set to *
File size: 1.1 KB
Line 
1### Copnfiguration script to get sounding and surface points for validation purposes
2
3scratch=false
4
5# Experiment name
6expname=test
7
8# Loading modules ':' separated list of module names ('None' for any)
9LOADmods=python/2.7.14
10
11# Input folder
12infolder=/ccc/scratch/cont003/lmd/fitaborl/estudios/FPS_ALPS/additional/IOP
13
14# Domain
15domn=02
16
17# Output folder
18ofolder=/ccc/scratch/cont003/lmd/fitaborl/estudios/FPS_ALPS/additional/IOP/validation
19
20# Labels of the experiments
21experiments=120lev:80lev:50lev:50lev_assigned:38lev:NOaerosol
22
23# Sounding stations [sndid],[sndlon],[sndlat]:[sndid2],[sndlon2],[sndlat2]:...
24sndstations=10868,11.55,48.25:16080,9.28,45.43:16144,11.61,44.65:16546,8.85,39.35
25
26# Surface stations [sfcid],[sfclon],[sfclat]:[sfcid2],[sfclon2],[sfclat2]:...
27sfcstations=None
28
29# Sounding diagnostics
30snddiags=WRFt:WRFtda:WRFp:WRFua:WRFva:ws:WRFwd
31
32# Surface diagnostics
33sfcdiags=wds:wss:WRFtdas:pr
34
35# Surface NON-diag variables
36sfcnondiags=T2
37
38# cdx Surface diagnostics
39cdxdiags=None
40
41# cdx Surface NON-diag variables
42cdxnondiags=PR:PRW:PSL:UAS:VAS:CAPEMAX:CAPEMEAN:CINMAX:CINMEAN:LFCPMAX:LFCPMEAN:LFCZMAX:LFCZMEAN:LIMAX:LIMEAN
43
Note: See TracBrowser for help on using the repository browser.