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 13998 for NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/OCE/nemogcm.F90 – NEMO

Ignore:
Timestamp:
2020-12-02T14:55:21+01:00 (3 years ago)
Author:
techene
Message:

branch updated with trunk 13787

Location:
NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3

    • Property svn:externals
      •  

        old new  
        88 
        99# SETTE 
        10 ^/utils/CI/sette@13292        sette 
         10^/utils/CI/sette@13559        sette 
  • NEMO/branches/2020/dev_r13327_KERNEL-06_2_techene_e3/src/OCE/nemogcm.F90

    r13915 r13998  
    449449      !                                         ! Lateral physics 
    450450                           CALL ldf_tra_init      ! Lateral ocean tracer physics 
    451                            CALL ldf_eiv_init      ! eddy induced velocity param. 
     451                           CALL ldf_eiv_init      ! eddy induced velocity param. must be done after ldf_tra_init 
    452452                           CALL ldf_dyn_init      ! Lateral ocean momentum physics 
    453453 
     
    487487                           CALL     flo_init( Nnn )    ! drifting Floats 
    488488      IF( ln_diacfl    )   CALL dia_cfl_init    ! Initialise CFL diagnostics 
    489 !                           CALL dia_ptr_init    ! Poleward TRansports initialization 
    490489                           CALL dia_dct_init    ! Sections tranports 
    491490                           CALL dia_hsb_init( Nnn )    ! heat content, salt content and volume budgets 
Note: See TracChangeset for help on using the changeset viewer.