Changeset 1189 for CONFIG/LMDZOR


Ignore:
Timestamp:
11/15/10 17:25:47 (13 years ago)
Author:
jgipsl
Message:

Modifications in config LMDZOR_v4 (config under developement) :

  • The model LMDZ should be in directory modipsl/model/LMDZ (and not LMDZ4)
  • bug in script get_era.x
Location:
CONFIG/LMDZOR/branches/LMDZOR_v4
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/LMDZOR/branches/LMDZOR_v4/AA_make

    r1169 r1189  
    9090 
    9191lmdz: 
    92         (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    93         (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -v true -parallel mpi -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch.e ../../bin/gcm.e ; ) 
     92        (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
     93        (cd ../../modeles/LMDZ; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -v true -parallel mpi -arch $(FCM_ARCH) gcm ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_orch.e ../../bin/gcm.e ; ) 
    9494 
    9595verif: 
     
    9797 
    9898clean : 
    99         (rm -rf $(LIBDIR)/* ; rm -f $(BINDIR)/* ; rm -rf ../../modeles/LMDZ4/libo/* ../../modeles/LMDZ4/.lock ; rm -fr .resol .libmpi ; ) 
     99        (rm -rf $(LIBDIR)/* ; rm -f $(BINDIR)/* ; rm -rf ../../modeles/LMDZ/libo/* ../../modeles/LMDZ/.lock ; rm -fr .resol .libmpi ; ) 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/AA_make.ldef

    r589 r1189  
    11#- $Id$ 
    22#--------------------------------------------------------------------- 
    3 #- Creation des elements relatifs a LMDZ4_V3_1 + ORCHIDEE_1_9_1 : 
    4 #-      LMDZ4_V2_1 (lib, executable : gcm.e) 
     3#- Creation des elements relatifs a LMDZ + ORCHIDEE : 
     4#-      LMDZ    (lib, executable : gcm.e) 
    55#-      ORCHIDEE (lib + modules F90) 
    66#-      IOIPSL (lib + modules F90) 
  • CONFIG/LMDZOR/branches/LMDZOR_v4/CREATE/SCRIPT/get_era.x

    r1169 r1189  
    5151        echo netat=$netat 
    5252 
    53         echo ../era2gcm.x.new $mois $an 1 $netat $startfile 
    54         ../era2gcm.x.new $mois $an 1 $netat $startfile 
     53        echo ../era2gcm.x $mois $an 1 $netat $startfile 
     54        ../era2gcm.x $mois $an 1 $netat $startfile 
    5555 
    5656        set imois=`expr $imois + 1` 
Note: See TracChangeset for help on using the changeset viewer.