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_ice_interp.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:
3 copied

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/NST/agrif_ice_interp.F90

    r9594 r9596  
    1 MODULE agrif_si3_interp 
     1MODULE agrif_ice_interp 
    22   !!===================================================================================== 
    3    !!                       ***  MODULE agrif_si3_interp *** 
     3   !!                       ***  MODULE agrif_ice_interp *** 
    44   !! Nesting module :  interp surface ice boundary condition from a parent grid 
    55   !! Sea-Ice model  :  LIM 3.6 Sea ice model time-stepping 
     
    3333   !!---------------------------------------------------------------------- 
    3434   !! NEMO/NST 3.6 , NEMO Consortium (2016) 
    35    !! $Id: agrif_si3_interp.F90 6204 2016-01-04 13:47:06Z cetlod $ 
     35   !! $Id: agrif_ice_interp.F90 6204 2016-01-04 13:47:06Z cetlod $ 
    3636   !! Software governed by the CeCILL licence     (NEMOGCM/NEMO_CeCILL.txt) 
    3737   !!---------------------------------------------------------------------- 
     
    371371   !!---------------------------------------------------------------------- 
    372372CONTAINS 
    373    SUBROUTINE agrif_si3_interp_empty 
    374       WRITE(*,*)  'agrif_si3_interp : You should not have seen this print! error?' 
    375    END SUBROUTINE agrif_si3_interp_empty 
     373   SUBROUTINE agrif_ice_interp_empty 
     374      WRITE(*,*)  'agrif_ice_interp : You should not have seen this print! error?' 
     375   END SUBROUTINE agrif_ice_interp_empty 
    376376#endif 
    377377 
    378378   !!====================================================================== 
    379 END MODULE agrif_si3_interp 
     379END MODULE agrif_ice_interp 
Note: See TracChangeset for help on using the changeset viewer.