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 9596 for NEMO/trunk/src/SAS/step.F90 – NEMO

Ignore:
Timestamp:
2018-05-15T17:51:07+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Reorganisation plan for NEMO repository: preliminary implementation of the new trunk structure (ref #2015)

  • Deletion of useless 1st level, add new explicit names for folders
  • Extract dev tools (SETTE and Trusting) to /utils/CI
  • Extract figures folder from documentation to /utils/figures
  • Extrac TEST_CASES to /utils/test_cases
  • Move ./TOOLS/COMPILE to ./mk
  • Add few wiki files at the root: README, INSTALL and LICENSE with full text of CeCILL v2.0
  • Style: uppercase for wiki files, lowercase for folder names

Additionally, inclusion of routines renaming in NST: agrif_si3 -> agrif_ice

Location:
NEMO/trunk/src
Files:
1 edited
2 copied

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/SAS/step.F90

    r9570 r9596  
    3939   USE agrif_oce, ONLY: lk_agrif_debug 
    4040#if defined key_si3 
    41    USE agrif_si3_update 
     41   USE agrif_ice_update 
    4242#endif 
    4343#endif 
Note: See TracChangeset for help on using the changeset viewer.