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 9263 for branches/UKMO/dev_r5518_GO6_package_asm_surf_bgc_v2/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90 – NEMO

Ignore:
Timestamp:
2018-01-18T17:20:33+01:00 (6 years ago)
Author:
dford
Message:

Bug fix for building physics-only.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package_asm_surf_bgc_v2/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r8648 r9263  
    16441644         ! Select mixed layer 
    16451645         IF ( ln_asmdin ) THEN 
     1646#if defined key_hadocc || (defined key_medusa && defined key_foam_medusa) 
    16461647            CALL ctl_warn( ' Doing direct initialisation with pCO2 assimilation', & 
    16471648               &           ' Mixed layer depth taken to be background maximum mld_max_bkg' ) 
    16481649            zmld(:,:) = mld_max_bkg(:,:) 
     1650#else 
     1651            CALL ctl_stop( 'No biogeochemical model defined for pCO2 assimilation' ) 
     1652#endif 
    16491653         ELSE 
    16501654            SELECT CASE( mld_choice_bgc ) 
Note: See TracChangeset for help on using the changeset viewer.