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 10989 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/DIU/diu_bulk.F90 – NEMO

Ignore:
Timestamp:
2019-05-16T17:45:46+02:00 (5 years ago)
Author:
acc
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert NST routines in preparation for getting AGRIF back up and running. AGRIF conv stage now works but requires some renaming of recently changes DIU modules (included in this commit). AGRIF compile and link stage not yet working (agrif routines need to be passed the time-level indices) but non-AGRIF SETTE tests are all OK

File:
1 moved

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/DIU/diu_bulk.F90

    r10985 r10989  
    1 MODULE diurnal_bulk 
     1MODULE diu_bulk 
    22   !!====================================================================== 
    3    !!                    ***  MODULE  diurnal_bulk  *** 
     3   !!                    ***  MODULE  diu_bulk  *** 
    44   !!     Takaya model of diurnal warming (Takaya, 2010) 
    55   !!===================================================================== 
     
    265265      END FUNCTION t_imp 
    266266 
    267 END MODULE diurnal_bulk 
     267END MODULE diu_bulk 
Note: See TracChangeset for help on using the changeset viewer.