Last change
on this file since 866 was
862,
checked in by aslmd, 13 years ago
|
LMDZ.UNIVERSAL
LMDZ.GENERIC
Added calls to Frederic Hourdin's subroutines to output physical fields in parallel. This is under precompiling flags CPP_PARA.
This allows for LMDZ.UNIVERSAL users to use writediagfi with parallel computations.
These lines are not compiled by casual users of LMDZ.GENERIC (or users of LMDZ.UNIVERSAL in sequential mode).
The precompiling flag NOWRITEDIAGFI is obsolete and has been deleted.
NOTES:
- A better cleaner method might be proposed later
- Added subroutines
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iotd_ecrit.F90
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iophys.F90
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iotd.h
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iotd_ini.F90
A 0 LMDZ.UNIVERSAL/libf/phygeneric/iotd_fin.F90
The iotd_* subroutines are actually supposed to be put in bibio in LMDZ.COMMON
This will be done later once agreed in the team
|
File size:
1.4 KB
|
Line | |
---|
1 | |
---|
2 | faire descendre |
---|
3 | http://svn.lmd.jussieu.fr/LMDZ/LMDZ5/trunk |
---|
4 | |
---|
5 | svn co http://svn.lmd.jussieu.fr/LMDZ/LMDZ5/trunk LMDZ5 |
---|
6 | |
---|
7 | cd LMDZ5/libf |
---|
8 | executer |
---|
9 | $MOD/LMDZ.GENERIC/libf/phystd/for_lmdz5/linkgen.sh |
---|
10 | |
---|
11 | |
---|
12 | faire generatedoth.sh dans phygeneric |
---|
13 | (ou alors modifier makelmdz_fcm) |
---|
14 | |
---|
15 | |
---|
16 | penser à compiler IOIPSL voir dans LMDZ.COMMON |
---|
17 | puis modifier arch.path |
---|
18 | et compiler et c'est bon |
---|
19 | |
---|
20 | EN FAIT LE CICLAD IFORT EST AUSSI VALABLE SUR LES MACHINES DU LMD |
---|
21 | mais IL FAUT ENLEVER LES OPTIONS APRES NC_DOUBLE |
---|
22 | |
---|
23 | |
---|
24 | makelmdz_fcm -d 48x36x19 -arch CICLADifort -parallel mpi -p dev gcm > log_makelmdz_fcm & |
---|
25 | |
---|
26 | ou pas dev |
---|
27 | |
---|
28 | |
---|
29 | makelmdz_fcm -d 48x36x19 -arch CICLADifort -parallel mpi -p dev gcm |
---|
30 | |
---|
31 | makelmdz_fcm -d 64x48x20 -arch CICLADifort -parallel mpi -p generic gcm -debug |
---|
32 | |
---|
33 | |
---|
34 | makelmdz_fcm -d 64x48x20 -arch CICLADifort -parallel mpi -p generic -debug gcm |
---|
35 | makelmdz_fcm -d 64x48x20 -arch CICLADifort -parallel mpi -p generic gcm |
---|
36 | |
---|
37 | |
---|
38 | makelmdz_fcm -d 64x48x20 -arch CICLADifort-seq -p generic -debug gcm |
---|
39 | makegcm -d 64x48x20 -t 2 gcm |
---|
40 | |
---|
41 | makelmdz_fcm -d 128x96x20 -arch GNOMEp -parallel mpi -p generic gcm |
---|
42 | |
---|
43 | |
---|
44 | /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 -debug -cpp NOTRAC start2archive > logcomp |
---|
45 | |
---|
46 | /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 newstart |
---|
47 | |
---|
48 | /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 128x96x20 -t 0 -debug -cpp NOTRAC newstart |
---|
49 | |
---|
50 | /home/spiga/MODELES/LMDZ.GENERIC/makegcm -d 64x48x20 -t 0 -s 1 -b 3x2 gcm |
---|
51 | |
---|
52 | |
---|
53 | pour initialisation idealisee, qqch comme iniaqua dans phyaqua ??? |
---|
Note: See
TracBrowser
for help on using the repository browser.