Changeset 1934
- Timestamp:
- 12/04/12 16:04:00 (12 years ago)
- Location:
- CONFIG/UNIFORM/v5
- Files:
-
- 6 deleted
- 2 edited
- 2 copied
Legend:
- Unmodified
- Added
- Removed
-
CONFIG/UNIFORM/v5/LMDZ_v5/AA_make
r1902 r1934 1 1 #- $Id$ 2 2 #- 3 #- AA_make for LMDZ OR_uniconfiguration3 #- AA_make for LMDZ_v5 configuration 4 4 #- 5 5 … … 7 7 if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD9695-L39 ; fi 8 8 9 LMD4443 : libioipsl l iborchidee lmdz44x43x19 verif9 LMD4443 : libioipsl lmdz44x43x19 verif 10 10 echo "noORCAxLMD4443" >.resol 11 11 echo "RESOL_ATM_3D=44x43x19" >>.resol 12 12 13 LMD5655 : libioipsl l iborchidee lmdz56x55x19 verif13 LMD5655 : libioipsl lmdz56x55x19 verif 14 14 echo "noORCAxLMD5655" >.resol 15 15 echo "RESOL_ATM_3D=56x55x19" >>.resol 16 16 17 LMD9671 : libioipsl l iborchidee lmdz96x71x19 verif17 LMD9671 : libioipsl lmdz96x71x19 verif 18 18 echo "noORCAxLMD9671" >.resol 19 19 echo "RESOL_ATM_3D=96x71x19" >>.resol 20 20 21 LMD9695 : libioipsl l iborchidee lmdz96x95x19 verif21 LMD9695 : libioipsl lmdz96x95x19 verif 22 22 echo "noORCAxLMD9695" >.resol 23 23 echo "RESOL_ATM_3D=96x95x19" >>.resol 24 24 25 LMD9695-L39 : libioipsl l iborchidee lmdz96x95x39 verif25 LMD9695-L39 : libioipsl lmdz96x95x39 verif 26 26 echo "noORCAxLMD9695-L39" >.resol 27 27 echo "RESOL_ATM_3D=96x95x39" >>.resol 28 28 29 LMD144142 : libioipsl l iborchidee lmdz144x142x19 verif29 LMD144142 : libioipsl lmdz144x142x19 verif 30 30 echo "noORCAxLMD144142" >.resol 31 31 echo "RESOL_ATM_3D=144x142x19" >>.resol 32 32 33 LMD144142-L39 : libioipsl l iborchidee lmdz144x142x39 verif33 LMD144142-L39 : libioipsl lmdz144x142x39 verif 34 34 echo "noORCAxLMD144142-L39" >.resol 35 35 echo "RESOL_ATM_3D=144x142x39" >>.resol 36 36 37 # ORCHIDEE_DRIVER : only for ORCHIDEE/trunk rev 1042 or later38 ORCHIDEE_DRIVER : libioipsl ../../modeles/ORCHIDEE/39 (cd ../../modeles/ORCHIDEE/ ; $(M_K) -f Makefile driver)40 41 37 42 38 libioipsl : ../../modeles/IOIPSL/src 43 39 (cd ../../modeles/IOIPSL/src ; $(M_K) -f Makefile) 44 45 46 liborchidee : ../../modeles/ORCHIDEE/47 (cd ../../modeles/ORCHIDEE/ ; $(M_K) -f Makefile)48 49 liborchideefcm : ../../modeles/ORCHIDEE/50 (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi -arch $(FCM_ARCH) ; cp lib/lib*a ../../lib/.)51 52 40 53 41 lmdz44x43x19: … … 73 61 74 62 lmdz: ../../modeles/LMDZ 75 (cd ../../modeles/LMDZ; ./makelmdz_fcm - cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch.e ../../bin/create_etat0_limit.e ; )76 (cd ../../modeles/LMDZ; ./makelmdz_fcm - cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -cosp true -v true -parallel mpi -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch.e ../../bin/gcm.e ; )63 (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -cosp true -v false -parallel mpi -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para.e ../../bin/create_etat0_limit.e ; ) 64 (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -cosp true -v false -parallel mpi -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para.e ../../bin/gcm.e ; ) 77 65 78 66 -
CONFIG/UNIFORM/v5/LMDZ_v5/README
r1833 r1934 1 1 How to create a job and run directory : 2 2 3 Choose in EXPERIMENTS the experiment to be done and copy the corresponding config.card to modipsl/config/LMDZ OR_v5/, beside this README file. Modify the config.card as usual, for at least the JobName. Apply ../../util/ins_job and the creation of a new run directory will be done :3 Choose in EXPERIMENTS the experiment to be done and copy the corresponding config.card to modipsl/config/LMDZ_v5/, beside this README file. Modify the config.card as usual, for at least the JobName. Apply ../../util/ins_job and the creation of a new run directory will be done : 4 4 - the run directory will be created with the same name as JobName in config.card. If a directory with the same name already exists, nothing will be done. 5 5 - the PARAM, DRIVER and POST directories from GENERAL/ will be copied into the new run directory.
Note: See TracChangeset
for help on using the changeset viewer.