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.
Ticket Diff – NEMO

Changes between Initial Version and Version 10 of Ticket #2304


Ignore:
Timestamp:
2020-02-24T15:33:45+01:00 (4 years ago)
Author:
mathiot
Comment:

Ticket closed by mistake during the branch creation.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2304

    • Property Status changed from new to reopened
  • Ticket #2304 – Description

    initial v10  
    3232/ 
    3333}}} 
     34 
     35==== Additional work 
     36- add option to clean sette configuration using ./makenemo clean : sette.sh -c 
     37- add option to synchronize EXPREF/MY_SRF in the reference configuration directory with EXP00/MY_SRC in the sette configuration directory : sette.sh -s 
     38 
     39- add option to select the compiler in sette_list_avail_rev.sh : sette_list_avail_rev.sh -c XXXX 
     40 
     41- add option to select the compiler in sette_rpt.sh. So in addition of the former syntax (./sette_rpt.sh ; ./sette_rpt.sh xxxx) these option are available : ./sette_rpt.sh -c COMPILER ; ./sette_rpt.sh -c COMPILER xxxx ; ./sette_rpt.sh -c COMPILER -r xxxx 
     42 
     43This work should : 
     44- ease the usage of sette especially after big changes (like a merge where namelist, MY_SRC and src files added or deleted). 
     45- ease the work to retreive sette results from other compiler (production/debug) or dig into the sette history.