Changeset 6571


Ignore:
Timestamp:
07/25/23 12:13:08 (11 months ago)
Author:
acosce
Message:

Add sources to update code for coupling between inca and pisces (remove cpp key)

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

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.3/compile_ipslcm6.sh

    r6570 r6571  
    318318cd $nemo_root ; cp $mysrc_path/NEMO/arch-${fcm_arch}.fcm ../ARCH/. 
    319319 
     320 
    320321if [ ${resol_oce} == ORCA2 ]   ; then  cfg_wrk=ORCA2_LIM_PISCES    ; fi 
    321322if [ ${resol_oce} == ORCA1 ]   ; then  cfg_wrk=ORCA1_LIM3_PISCES    ; fi 
    322323if [ ${resol_oce} == ORCA025 ] ; then  cfg_wrk=ORCA025_LIM3_PISCES  ; fi 
     324 
     325# Temporary use of SOURCES/ORCA1_LIM3_PISCES to handle modifications needed by pisces coupling with inca 
     326cp $mysrc_path/ORCA1_LIM3_PISCES/* $nemo_root/ORCA1_LIM3_PISCES/MY_SRC 
     327 
    323328 
    324329echo cp $modipsl/config/IPSLCM6/SOURCES/NEMO/*.*90 $nemo_root/$cfg_wrk/MY_SRC/   >> $outfile 
     
    398403echo >> $outfile ; echo " NOW COMPILE LMDZ REGULAR LAT-LON MODE. Resolution = ${resol_atm}"   >> $outfile  
    399404 
     405# Temporary use of SOURCES/LMDZ to handle modifications needed by LMDZ rev 4515 
     406cp $mysrc_path/LMDZ/*.*90  libf/phylmd/. 
     407 
     408 
    400409# Check if the compilation of LMDZ was previsouly interupted prematured.  
    401410# In that case, the files dimension.h and .lock exist. If the files exist, they are here removed to avoid makelmdz_fcm  
Note: See TracChangeset for help on using the changeset viewer.