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 15665 for NEMO/branches/UKMO/NEMO_4.0.4_MEDUSA_externals_GC5/src/TOP/trcice.F90 – NEMO

Ignore:
Timestamp:
2022-01-19T20:27:47+01:00 (2 years ago)
Author:
jpalmier
Message:

Add MEDUSA necessary changes

Location:
NEMO/branches/UKMO/NEMO_4.0.4_MEDUSA_externals_GC5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_MEDUSA_externals_GC5

    • Property svn:externals
      •  

        old new  
        66^/vendors/FCM@10134           ext/FCM 
        77^/vendors/IOIPSL@9655         ext/IOIPSL 
         8https://code.metoffice.gov.uk/svn/medusa/main/trunk/src/MEDUSA@297 src/TOP/MEDUSA 
         9https://code.metoffice.gov.uk/svn/medusa/main/trunk/cfgs/ORCA2_MEDUSA@295 cfgs/ORCA2_MEDUSA 
         10https://code.metoffice.gov.uk/svn/medusa/main/trunk/cfgs/SHARED_MEDUSA@294 cfgs/SHARED_MEDUSA 
        811 
        912# SETTE mapping (inactive) 
  • NEMO/branches/UKMO/NEMO_4.0.4_MEDUSA_externals_GC5/src/TOP/trcice.F90

    r14075 r15665  
    1616   USE trcice_cfc     ! CFC      initialisation 
    1717   USE trcice_pisces  ! PISCES   initialisation 
     18   USE trcice_medusa  ! MEDUSA   initialisation 
    1819   USE trcice_c14     ! C14 bomb initialisation 
    1920   USE trcice_age     ! AGE      initialisation 
     
    2728   !!---------------------------------------------------------------------- 
    2829   !! NEMO/TOP 4.0 , NEMO Consortium (2018) 
    29    !! $Id$ 
     30   !! $Id: trcice.F90 11536 2019-09-11 13:54:18Z smasson $  
    3031   !! Software governed by the CeCILL license (see ./LICENSE) 
    3132   !!---------------------------------------------------------------------- 
     
    5455      IF ( nn_ice_tr == 1 ) THEN 
    5556         IF( ln_pisces  )    CALL trc_ice_ini_pisces       ! PISCES  bio-model 
     57         IF( ln_medusa  )    CALL trc_ice_ini_medusa       ! MEDUSA  bio-model 
    5658         IF( ll_cfc     )    CALL trc_ice_ini_cfc          ! CFC     tracers 
    5759         IF( ln_c14     )    CALL trc_ice_ini_c14          ! C14     tracer 
Note: See TracChangeset for help on using the changeset viewer.