Ignore:
Timestamp:
06/07/16 15:21:24 (8 years ago)
Author:
aclsce
Message:

Set up of IPSLCM6.0.4 (see details http://forge.ipsl.jussieu.fr/igcmg/ticket/94)

  • XIOS2 integration :
    • ORCHIDEE compilation (- xios2).
    • NEMO : use of xml separated files (opa, lim3, pisces)
  • Modified cleaning for IOIPSL in AA_make
  • COSP : compilation with cosp by default, use of LMDZ_COSP_OK lmdz.card parameter.
  • POST/monitoring* : some cleaning
  • ORCHIDEE new parameters (see ticket)
  • Updated both pdControl and piControl experiments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6/AA_make

    r2808 r2876  
    6969 
    7070liborchidee : ../../modeles/ORCHIDEE/ 
    71         (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios) 
     71        (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2) 
    7272 
    7373lmdz96x95x39: 
     
    8282lmdz: ../../modeles/LMDZ 
    8383#       (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; cp bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    84         (cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
     84        (cd ../../modeles/LMDZ ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp true -v true -parallel mpi_omp -io xios -rrtm true -c OMCT -job 8 -arch $(FCM_ARCH) gcm  ; cp bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch_couple.e ../../bin/gcm.e ; ) 
    8585 
    8686xios: ../../modeles/XIOS 
     
    128128 
    129129cleanioipsl : 
    130         ( cd ../../modeles/IOIPSL ; make clean ) 
     130        ( cd ../../modeles/IOIPSL/src ; gmake clean ) 
    131131        ( cd $(BINDIR) ; rm -f calendar.mod  defprec.mod  errioipsl.mod  flincom.mod  fliocom.mod  getincom.mod  histcom.mod  ioipsl.mod  libioipsl.a   mathelp.mod  restcom.mod  stringop.mod )         
    132132 
Note: See TracChangeset for help on using the changeset viewer.