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/ICE – NEMO

Changeset 9596 for NEMO/trunk/src/ICE


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:
2 edited
2 copied

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/ICE/icedyn_rhg_evp.F90

    r9570 r9596  
    2828   USE bdyice  
    2929#if defined key_agrif 
    30    USE agrif_si3_interp 
     30   USE agrif_ice_interp 
    3131#endif 
    3232   ! 
  • NEMO/trunk/src/ICE/icestp.F90

    r9570 r9596  
    5050# if defined key_agrif 
    5151   USE agrif_ice 
    52    USE agrif_si3_interp 
     52   USE agrif_ice_interp 
    5353# endif 
    5454   ! 
     
    176176         ! 
    177177!! clem: one should switch the calculation of the fluxes onto the parent grid but the following calls do not work 
    178 !!       moreover it should only be called at the update frequency (as in agrif_si3_update.F90) 
     178!!       moreover it should only be called at the update frequency (as in agrif_ice_update.F90) 
    179179!# if defined key_agrif 
    180180!         IF( .NOT. Agrif_Root() )     CALL Agrif_ChildGrid_To_ParentGrid() 
Note: See TracChangeset for help on using the changeset viewer.