Changeset 961 for CONFIG/LMDZOR


Ignore:
Timestamp:
03/25/10 19:09:18 (14 years ago)
Author:
aclsce
Message:
  • Move 4 parameters from physiq.def into run.def to facilitate sharing physiq.def file with LMDZOR forced configurations (like in IPSLCM5_v2

config).

  • Back to old way to compile create_etat0_limit (no parallel mode) to work with CREATE/Job
Location:
CONFIG/LMDZOR/branches/LMDZ4OR_v3
Files:
4 edited

Legend:

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

    r959 r961  
    8282 
    8383lmdz: 
    84         (cd ../../modeles/LMDZ4; ./makelmdz_fcm -cpp ORCHIDEE_NOOPENMP -d $(RESOL_LMDZ) -v true -parallel mpi -arch $(FCM_ARCH) ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_para_orch.e ../../bin/create_etat0_limit.e ; ) 
     84        (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 ; ) 
    8585        (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 ; ) 
    8686 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/PARAM/physiq.def_L19

    r882 r961  
    11# $Id$ 
    2 # 
    3 ### type_ocean = force / slab  /couple 
    4 type_ocean=force 
    5 ### VEGET= y si ORCHIDEE, =n si bucket 
    6 VEGET=y 
    72# 
    83# PARAMETRES ANCIENNEMENT DANS gcm.def 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/PARAM/physiq.def_L39

    r867 r961  
    11## $Id$ 
    2 # 
    3 ### type_ocean = force / slab  /couple 
    4 type_ocean=force 
    5 ### VEGET= y si ORCHIDEE, =n si bucket 
    6 VEGET=y 
    72# 
    83# PARAMETRES ANCIENNEMENT DANS gcm.def 
  • CONFIG/LMDZOR/branches/LMDZ4OR_v3/LMDZOR/PARAM/run.def

    r882 r961  
    2727## activation du filtre fft 
    2828use_filtre_fft=y 
     29## niveau d impression de controle 
     30prt_level=0 
     31### 
     32### Informations sur la configuration utilisee 
     33### 
     34### type_ocean = force / slab  /couple 
     35type_ocean=force 
     36### VEGET= y si ORCHIDEE, =n si bucket 
     37VEGET=y 
     38 
Note: See TracChangeset for help on using the changeset viewer.