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 869 for trunk/NEMO/LIM_SRC_3/limthd_sal.F90 – NEMO

Ignore:
Timestamp:
2008-03-26T10:21:54+01:00 (16 years ago)
Author:
rblod
Message:

Parallelisation of LIM3. This commit seems to ensure the reproducibility mono/mpp. See ticket #77.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/LIM_SRC_3/limthd_sal.F90

    r842 r869  
    2929   !! * Routine accessibility 
    3030   PUBLIC lim_thd_sal        ! called by lim_thd 
     31   PUBLIC lim_thd_sal_init   ! called by lim_thd 
    3132 
    3233   !! * Module variables 
     
    102103      !!--------------------------------------------------------------------- 
    103104 
    104       IF ( ( numit == nstart ) .AND. ( jl == 1 ) ) & 
    105          CALL lim_thd_sal_init   ! Initialization 
    106  
    107105!------------------------------------------------------------------------------| 
    108106! 1) Constant salinity, constant in time                                       | 
Note: See TracChangeset for help on using the changeset viewer.