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 15805 – NEMO

Changeset 15805


Ignore:
Timestamp:
2022-04-29T18:36:22+02:00 (2 years ago)
Author:
jpalmier
Message:

fix sbccpl -- UM-MEDUSA coupling was uncomplete.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/NEMO_4.0.4_MEDUSA_externals_GC5/src/OCE/SBC/sbccpl.F90

    r15746 r15805  
    14751475      ENDIF 
    14761476 
     1477      IF (ln_medusa) THEN 
     1478        IF( srcv(jpr_atm_pco2)%laction) PCO2a_in_cpl(:,:) = frcv(jpr_atm_pco2)%z3(:,:,1) 
     1479        IF( srcv(jpr_atm_dust)%laction) Dust_in_cpl(:,:) = frcv(jpr_atm_dust)%z3(:,:,1) 
     1480      ENDIF 
     1481 
     1482#if defined key_cpl_carbon_cycle 
    14771483      !                                                      ! ================== ! 
    14781484      !                                                      ! atmosph. CO2 (ppm) ! 
Note: See TracChangeset for help on using the changeset viewer.