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 10946 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/TRD/trdini.F90 – NEMO

Ignore:
Timestamp:
2019-05-08T10:56:14+02:00 (5 years ago)
Author:
acc
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert STO, TRD and USR modules and all knock on effects of these conversions. Note change to USR module may have implications for the TEST CASES (not tested yet). Standard SETTE tested only

File:
1 edited

Legend:

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

    r10068 r10946  
    3434CONTAINS 
    3535 
    36    SUBROUTINE trd_init 
     36   SUBROUTINE trd_init( Kmm ) 
    3737      !!---------------------------------------------------------------------- 
    3838      !!                  ***  ROUTINE trd_init  *** 
     
    4040      !! ** Purpose :   Initialization of trend diagnostics 
    4141      !!---------------------------------------------------------------------- 
     42      INTEGER, INTENT(in) ::   Kmm  ! time level index 
    4243      INTEGER ::   ios   ! local integer 
    4344      !! 
     
    9697 
    9798      !                             ! diagnostic initialization   
    98       IF( ln_glo_trd )   CALL trd_glo_init      ! global domain averaged trends 
     99      IF( ln_glo_trd )   CALL trd_glo_init( Kmm )      ! global domain averaged trends 
    99100      IF( ln_tra_mxl )   CALL trd_mxl_init      ! mixed-layer          trends   
    100101      IF( ln_vor_trd )   CALL trd_vor_init      ! barotropic vorticity trends 
Note: See TracChangeset for help on using the changeset viewer.