Ignore:
Timestamp:
05/17/24 15:11:32 (7 weeks ago)
Author:
aclsce
Message:

Modified IPSLCM7 configuration as follows :

  • added DYNAMICO_XML in DYNAMICO path for xml files
  • removed SOURCES/LMDZ not needed anymore (commited in LMDZ repository)
  • commented creation of file_def_dynamico.xml by using python script (now file_def_dynamico.xml exists in DYNAMICO_XML directory).
Location:
CONFIG/UNIFORM/v7/IPSLCM7/GENERAL
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/DRIVER/dynamico.driver

    r6791 r6838  
    3131    ((nbtrac=nbtrac+3)) 
    3232 
    33  
    34     if [ ! -f ${SUBMIT_DIR}/../../../modeles/DYNAMICO/xml/file_def_dynamico.xml ];  then  
    35         module load python3 
    36         python3 ${SUBMIT_DIR}/../../../modeles/DYNAMICO/xml/file_def_dynamico.xml.py > ${SUBMIT_DIR}/../../../modeles/DYNAMICO/xml/file_def_dynamico.xml 
    37     fi 
     33#    Commented because file_def_dynamico.xml.py is not used anymore 
     34#    if [ ! -f ${SUBMIT_DIR}/../../../modeles/DYNAMICO/xml/file_def_dynamico.xml ];  then  
     35#       module load python3 
     36#       python3 ${SUBMIT_DIR}/../../../modeles/DYNAMICO/xml/file_def_dynamico.xml.py > ${SUBMIT_DIR}/../../../modeles/DYNAMICO/xml/file_def_dynamico.xml 
     37#    fi 
    3838 
    3939    IGCM_debug_PopStack "ICO_Initialize" 
Note: See TracChangeset for help on using the changeset viewer.