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

Contents of /trunk/Scripts/compar_sampl.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (show annotations)
Fri Aug 1 15:24:12 2008 UTC (15 years, 8 months ago) by guez
File MIME type: application/x-sh
File size: 609 byte(s)
-- Minor modification of input/output:

Added variable "Sigma_O3_Royer" to "histday.nc". "ecrit_day" is not
modified in "physiq". Removed variables "pyu1", "pyv1", "ftsol1",
"ftsol2", "ftsol3", "ftsol4", "psrf1", "psrf2", "psrf3", "psrf4"
"mfu", "mfd", "en_u", "en_d", "de_d", "de_u", "coefh" from
"histrac.nc".

Variable "raz_date" of module "conf_gcm_m" has logical type instead of
integer type.

-- Should not change any result at run time:

Modified calls to "IOIPSL_Lionel" procedures because the interfaces of
these procedures have been simplified.

Changed name of variable in module "start_init_orog_m": "masque" to
"mask".

Created a module containing procedure "phyredem".

Removed arguments "punjours", "pdayref" and "ptimestep" of procedure
"iniphysiq".

Renamed procedure "gr_phy_write" to "gr_phy_write_2d". Created
procedure "gr_phy_write_3d".

Removed procedures "ini_undefstd", "moy_undefSTD", "calcul_STDlev",
"calcul_divers".

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

Properties

Name Value
svn:eol-style native
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.21