New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 7635 for branches/2016/dev_merge_2016/NEMOGCM/TOOLS/COMPILE/Fmake_extconfig.sh – NEMO

Ignore:
Timestamp:
2017-02-03T14:24:58+01:00 (7 years ago)
Author:
timgraham
Message:

#1838 - Changes to remove XIOS1.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_merge_2016/NEMOGCM/TOOLS/COMPILE/Fmake_extconfig.sh

    r4990 r7635  
    4141\cp -R  ${2}/cpp_${2}.fcm ${1}/cpp_${1}.fcm 
    4242\cp -R  ${2}/EXP00/*namelist* ${1}/EXP00/. 
     43\cp -R  ${2}/EXP00/*.xml ${1}/EXP00/. 
    4344[ -f ${2}/EXP00/AGRIF_FixedGrids.in ] &&  \cp -R  ${2}/EXP00/AGRIF_FixedGrids.in ${1}/EXP00/. 
    44 [ -f ${2}/EXP00/iodef.xml ]           &&  \cp -R  ${2}/EXP00/iodef.xml ${1}/EXP00/. 
    45 [ -f ${2}/EXP00/field_def.xml ]       &&  \cp -R  ${2}/EXP00/field_def.xml ${1}/EXP00/. 
    46 [ -f ${2}/EXP00/domain_def.xml ]      &&  \cp -R  ${2}/EXP00/domain_def.xml ${1}/EXP00/. 
    47 [ -f ${2}/EXP00/xmlio_server.def ]    &&  \cp -R  ${2}/EXP00/xmlio_server.def ${1}/EXP00/. 
    4845[ -d    ${2}/MY_SRC ]                 &&  \cp  ${2}/MY_SRC/* ${1}/MY_SRC/. 2> /dev/null 
Note: See TracChangeset for help on using the changeset viewer.