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/NST/agrif_user.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/NST/agrif_user.F90

    r9570 r9596  
    308308#endif 
    309309#if defined key_si3 
    310    USE agrif_si3_update 
     310   USE agrif_ice_update 
    311311#endif 
    312312   ! 
     
    504504   USE agrif_ice 
    505505   USE in_out_manager 
    506    USE agrif_si3_interp 
     506   USE agrif_ice_interp 
    507507   USE lib_mpp 
    508508   ! 
Note: See TracChangeset for help on using the changeset viewer.