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.
makenemo_sorting.patch on Ticket #1939 – Attachment – NEMO

Ticket #1939: makenemo_sorting.patch

File makenemo_sorting.patch, 486 bytes (added by mdunphy, 7 years ago)

One line patch to add cfg.txt sorting

  • NEMOGCM/CONFIG/makenemo

    diff -r 9c4c5ae83268 -r 8bf313ba6574 NEMOGCM/CONFIG/makenemo
    a b  
    296296echo ${NEW_CONF} ${TAB[*]} >> ${CONFIG_DIR}/cfg.txt 
    297297 
    298298#- 
     299#- Sort cfg.txt to reduce churn in version control 
     300sort -o ${CONFIG_DIR}/cfg.txt ${CONFIG_DIR}/cfg.txt 
     301 
     302#- 
    299303#- Create the WORK --- 
    300304#- Clean links and librairies --- 
    301305#- Creating the good links, at first on OPA_SRC ---