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 10954 for NEMO/branches/2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps/src/OCE/ZDF/zdfosm.F90 – NEMO

Ignore:
Timestamp:
2019-05-09T18:12:29+02:00 (5 years ago)
Author:
acc
Message:

2019/dev_r10721_KERNEL-02_Storkey_Coward_IMMERSE_first_steps : Convert TRA modules and all knock on effects of these conversions. SETTE tested

File:
1 edited

Legend:

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

    r10946 r10954  
    15841584     ALLOCATE( imld_rst(jpi,jpj) ) 
    15851585     ! w-level of the mixing and mixed layers 
    1586      CALL eos_rab( ts(:,:,:,:,Kmm), rab_n ) 
    1587      CALL bn2(ts(:,:,:,:,Kmm), rab_n, rn2) 
     1586     CALL eos_rab( ts(:,:,:,:,Kmm), rab_n, Kmm ) 
     1587     CALL bn2(ts(:,:,:,:,Kmm), rab_n, rn2, Kmm) 
    15881588     imld_rst(:,:)  = nlb10         ! Initialization to the number of w ocean point 
    15891589     hbl(:,:)  = 0._wp              ! here hbl used as a dummy variable, integrating vertically N^2 
Note: See TracChangeset for help on using the changeset viewer.