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