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 6951 – NEMO

Changeset 6951


Ignore:
Timestamp:
2016-09-23T15:46:07+02:00 (8 years ago)
Author:
flavoni
Message:

merge simplif-2 branches (TOOLS and NEMO); update DOMAINcfg TOOL: create domain_cfg.nc files to be used in new version of NEMO, SIMPLIF-2 branch

Location:
branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS
Files:
65 added
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2016/dev_r6409_SIMPLIF_2_usrdef/NEMOGCM/TOOLS/COMPILE/Fcheck_archfile.sh

    r4162 r6951  
    173173fi 
    174174have_lxios=$( sed -e "s/#.*$//" ${COMPIL_DIR}/$1 | grep -c "\-lxios" ) 
    175 if [[ ( $use_iom -eq 0 ) && ( $have_lxios -ge 1 ) ]] 
    176 then  
    177     sed -e "s/-lxios//g" ${COMPIL_DIR}/$1 > ${COMPIL_DIR}/tmp$$ 
    178     mv -f ${COMPIL_DIR}/tmp$$ ${COMPIL_DIR}/$1 
    179 fi 
     175# SF: for TOOLS/DOMAINcfg is needed -lxios in TOOLS/COMPILE/arch_nemo.fcm file 
     176#     but in TOOLS cpp keys do not exist. 
     177##### TO FIND SOLUTION ##### 
     178#    for "DOMAINcfg" compilation 
     179# SF 
     180# if [[ ( $use_iom -eq 0 ) && ( $have_lxios -ge 1 ) ]] 
     181# then  
     182#     sed -e "s/-lxios//g" ${COMPIL_DIR}/$1 > ${COMPIL_DIR}/tmp$$ 
     183#     mv -f ${COMPIL_DIR}/tmp$$ ${COMPIL_DIR}/$1 
     184# fi 
    180185 
    181186#- do we need oasis libraries? 
Note: See TracChangeset for help on using the changeset viewer.