Changeset 1934


Ignore:
Timestamp:
12/04/12 16:04:00 (11 years ago)
Author:
jgipsl
Message:

Added configuration avec only LMDZ. This is the same as LMDZOR but without "the orchidee parts". Compilation is slightly different.

Location:
CONFIG/UNIFORM/v5
Files:
6 deleted
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v5/LMDZ_v5/AA_make

    r1902 r1934  
    11#- $Id$ 
    22#- 
    3 #- AA_make for LMDZOR_uni configuration 
     3#- AA_make for LMDZ_v5 configuration 
    44#-  
    55 
     
    77        if [ -s ./.resol ] ; then $(M_K) `head -1 .resol |cut -c 8-` ; else $(M_K) LMD9695-L39 ; fi 
    88 
    9 LMD4443 : libioipsl liborchidee lmdz44x43x19 verif       
     9LMD4443 : libioipsl lmdz44x43x19 verif   
    1010        echo "noORCAxLMD4443" >.resol 
    1111        echo "RESOL_ATM_3D=44x43x19" >>.resol 
    1212 
    13 LMD5655 : libioipsl liborchidee lmdz56x55x19 verif       
     13LMD5655 : libioipsl lmdz56x55x19 verif   
    1414        echo "noORCAxLMD5655" >.resol 
    1515        echo "RESOL_ATM_3D=56x55x19" >>.resol 
    1616 
    17 LMD9671 : libioipsl liborchidee lmdz96x71x19 verif       
     17LMD9671 : libioipsl lmdz96x71x19 verif   
    1818        echo "noORCAxLMD9671" >.resol 
    1919        echo "RESOL_ATM_3D=96x71x19" >>.resol 
    2020 
    21 LMD9695 : libioipsl liborchidee lmdz96x95x19 verif 
     21LMD9695 : libioipsl lmdz96x95x19 verif 
    2222        echo "noORCAxLMD9695" >.resol 
    2323        echo "RESOL_ATM_3D=96x95x19" >>.resol 
    2424 
    25 LMD9695-L39 : libioipsl liborchidee lmdz96x95x39 verif 
     25LMD9695-L39 : libioipsl lmdz96x95x39 verif 
    2626        echo "noORCAxLMD9695-L39" >.resol 
    2727        echo "RESOL_ATM_3D=96x95x39" >>.resol 
    2828 
    29 LMD144142 : libioipsl liborchidee lmdz144x142x19 verif 
     29LMD144142 : libioipsl lmdz144x142x19 verif 
    3030        echo "noORCAxLMD144142" >.resol 
    3131        echo "RESOL_ATM_3D=144x142x19" >>.resol 
    3232 
    33 LMD144142-L39 : libioipsl liborchidee lmdz144x142x39 verif 
     33LMD144142-L39 : libioipsl lmdz144x142x39 verif 
    3434        echo "noORCAxLMD144142-L39" >.resol 
    3535        echo "RESOL_ATM_3D=144x142x39" >>.resol 
    3636 
    37 # ORCHIDEE_DRIVER : only for ORCHIDEE/trunk rev 1042 or later 
    38 ORCHIDEE_DRIVER : libioipsl ../../modeles/ORCHIDEE/ 
    39         (cd ../../modeles/ORCHIDEE/ ; $(M_K) -f Makefile driver) 
    40   
    4137 
    4238libioipsl : ../../modeles/IOIPSL/src 
    4339        (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  
    5240 
    5341lmdz44x43x19: 
     
    7361 
    7462lmdz: ../../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 ; ) 
    7765 
    7866 
  • CONFIG/UNIFORM/v5/LMDZ_v5/README

    r1833 r1934  
    11How to create a job and run directory : 
    22 
    3 Choose in EXPERIMENTS the experiment to be done and copy the corresponding config.card to modipsl/config/LMDZOR_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 : 
     3Choose 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 : 
    44  - 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. 
    55  - 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.