Changeset 6574


Ignore:
Timestamp:
07/26/23 11:18:58 (10 months ago)
Author:
acosce
Message:

update with last version of ORCA1_LIM3_PISCES + fix typo error in SOURCES/LMDZ

Location:
CONFIG/UNIFORM/v6/IPSLCM6.3
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.3/SOURCES/LMDZ/conf_phys_m.F90

    r6571 r6574  
    3434    use config_ocean_skin_m, only: config_ocean_skin 
    3535    USE phys_state_var_mod, ONLY: phys_tstep 
     36    USE infotrac_phy, ONLY: type_trac 
    3637 
    3738    INCLUDE "conema3.h" 
     
    28202821 
    28212822    ! Test on chemistry cycle  
    2822     IF (type_trac .ne. inca .AND. dms_cycle_cpl ) THEN  
     2823    IF ((type_trac .ne. "inca" .AND. type_trac .ne. "inco") .AND. dms_cycle_cpl ) THEN  
    28232824       CALL abort_physic('conf_phys', 'dms_cycle_cpl has to be TRUE only with INCA coupling model',1) 
    28242825    ENDIF 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/SOURCES/LMDZ/oasis.F90

    r6571 r6574  
    360360 
    361361#ifdef INCA 
    362     if (dms_cycle_cpl) THEN 
     362    IF (dms_cycle_cpl) THEN 
    363363       CALL init_inca_oasis(inforecv(idr_ocedms)) 
     364    ENDIF 
    364365#endif 
    365366 
  • CONFIG/UNIFORM/v6/IPSLCM6.3/compile_ipslcm6.sh

    r6571 r6574  
    323323if [ ${resol_oce} == ORCA025 ] ; then  cfg_wrk=ORCA025_LIM3_PISCES  ; fi 
    324324 
    325 # Temporary use of SOURCES/ORCA1_LIM3_PISCES to handle modifications needed by pisces coupling with inca 
    326 cp $mysrc_path/ORCA1_LIM3_PISCES/* $nemo_root/ORCA1_LIM3_PISCES/MY_SRC 
    327  
    328325 
    329326echo cp $modipsl/config/IPSLCM6/SOURCES/NEMO/*.*90 $nemo_root/$cfg_wrk/MY_SRC/   >> $outfile 
Note: See TracChangeset for help on using the changeset viewer.