/[lmdze]/trunk/compar_sampl.sh
ViewVC logotype

Annotation of /trunk/compar_sampl.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 17 - (hide annotations)
Tue Aug 5 13:31:32 2008 UTC (15 years, 9 months ago) by guez
Original Path: trunk/Scripts/compar_sampl.sh
File MIME type: application/x-sh
File size: 674 byte(s)
Created rule for "compare_sampl_*" files in
"Documentation/Manuel_LMDZE.texfol/Graphiques/GNUmakefile".

Extracted "qcheck", "radiornpb", "minmaxqfi" into separate files.

Read pressure coordinate of ozone coefficients once per run instead of
every day.

Added some "intent" attributes.

Added argument "nq" to "ini_histday". Replaced calls to "gr_fi_ecrit"
by calls to "gr_phy_write_2d". "Sigma_O3_Royer" is written to
"histday.nc" only if "nq >= 4". Moved "ini_histrac" to module
"ini_hist".

Compute "zmasse" in "physiq", pass it to "phytrac".

Removed computations of "pftsol*" and "ppsrf*" in "phytrac".

Do not use variable "rg" from module "YOMCST" in "TLIFT".

1 guez 3 # This is a script in Bash.
2    
3     # This script produces vertical distributions for all sampling
4 guez 15 # methods, for a given value of "llm". Run this script from the
5 guez 17 # directory containing "test_disvert". The Fortran program needs to be
6     # recompiled when "llm" changes.
7 guez 3
8     trap 'echo -e \\a; exit 1' ERR
9    
10     read -p "llm = ? " llm
11     # (only used to name the output files in this script, not used by the
12     # Fortran program)
13    
14     set -x
15    
16 guez 15 for s_sampling in param LMD5 strato1 strato2
17 guez 3 do
18 guez 15 test_disvert <<EOF
19     &disvert_nml S_SAMPLING="$s_sampling" /
20 guez 3 EOF
21 guez 15 mv test_disvert.csv test_disvert_${llm}_$s_sampling.csv
22     ln -sf test_disvert_${llm}_$s_sampling.csv \
23     test_disvert_$s_sampling.csv
24 guez 3 done

Properties

Name Value
svn:eol-style native
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.21