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 9598 for NEMO/trunk/tools/maketools – NEMO

Ignore:
Timestamp:
2018-05-16T00:47:16+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation plan for NEMO repository: changes to make compilation succeed with new structure
Juste one issue left with AGRIF_NORDIC with AGRIF preprocessing
Standardisation of routines header with version 4.0 and year 2018
Fix for some broken symlinks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/tools/maketools

    r4363 r9598  
    7474#- Local variables --- 
    7575b_n=$(basename ${0}) 
    76 export MAIN_DIR=${PWD%/TOOLS*} 
    77 export TOOLS_DIR=${MAIN_DIR}/TOOLS 
    78 export COMPIL_DIR=${MAIN_DIR}/TOOLS/COMPILE 
     76export MAIN_DIR=${PWD%/tools*} 
     77export TOOLS_DIR=${MAIN_DIR}/tools 
     78export COMPIL_DIR=${MAIN_DIR}/mk 
    7979export NEMO_DIR=${MAIN_DIR}/NEMO 
    8080#- 
    8181#- FCM and functions location --- 
    82 export PATH=${MAIN_DIR}/EXTERNAL/fcm/bin:$PATH 
     82export PATH=${MAIN_DIR}/ext/FCM/bin:$PATH 
    8383 
    8484#- 
     
    130130 
    131131#- 
    132 #- Go to NEMOGCM/TOOLS directory --- 
     132#- Go to NEMOGCM/tools directory --- 
    133133cd ${TOOLS_DIR} 
    134134 
Note: See TracChangeset for help on using the changeset viewer.