Ignore:
Timestamp:
06/10/16 15:33:58 (8 years ago)
Author:
jgipsl
Message:

Updated LMDZOR_v6 as done for IPSLCM6.0.4 from revision [2876] uptil [2892] :

  • changed to use XIOS2 instead of XIOS1
  • LMDZ : added new physique as option NPv5.65, changed default value for solaire constant and pmagic. Added cosp in the compilation.
  • ORCHIDEE : change albedo background file, added new default options : soil freezing and explicitsnow in orchidee.def_CWRR

To be used with LMDZ/testing rev 2546 and ORCHIDEE/trunk ref 3525
See ticket #94

File:
1 edited

Legend:

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

    r2866 r2893  
    5656 
    5757liborchidee : ../../modeles/ORCHIDEE/ 
    58         (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios -driver) 
     58        (cd ../../modeles/ORCHIDEE/ ; ./makeorchidee_fcm -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -xios2 -driver) 
    5959 
    6060 
     
    9191lmdz: ../../modeles/LMDZ 
    9292        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -arch $(FCM_ARCH) -j 8 ce0l ; mv bin/ce0l_$(RESOL_LMDZ)_phylmd_seq.e ../../bin/create_etat0_limit.e ; ) 
    93         (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp false -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -io xios -cpp XIOS1 -rrtm true gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch.e ../../bin/gcm.e ; ) 
     93        (cd ../../modeles/LMDZ; ./makelmdz_fcm -d $(RESOL_LMDZ) -mem -cosp true -v true -parallel mpi_omp -arch $(FCM_ARCH) -j 8 -io xios -rrtm true gcm ; mv bin/gcm_$(RESOL_LMDZ)_phylmd_para_mem_orch.e ../../bin/gcm.e ; ) 
    9494 
    9595 
Note: See TracChangeset for help on using the changeset viewer.