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 6687 for branches/UKMO/dev_r5518_GSI7_GSI8_landice_bitcomp_medusa/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90 – NEMO

Ignore:
Timestamp:
2016-06-13T13:08:40+02:00 (8 years ago)
Author:
frrh
Message:

Remove redundant line. Add comments for outgoing MEDUSA fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GSI7_GSI8_landice_bitcomp_medusa/NEMOGCM/NEMO/OPA_SRC/SBC/sbccpl.F90

    r6682 r6687  
    814814      !                                                      !   MEDUSA output fields    ! 
    815815      !                                                      ! ------------------------- ! 
    816       ssnd(jps_co2)%clname = 'O_CO2FLX'  
     816      ! Surface dimethyl sulphide from Medusa 
    817817      ssnd(jps_bio_dms)%clname = 'OBioDMS'    
    818818      IF( TRIM(sn_snd_bio_dms%cldes) == 'medusa' )    ssnd(jps_bio_dms )%laction = .TRUE. 
    819819 
     820      ! Surface CO2 flux from Medusa 
    820821      ssnd(jps_bio_co2)%clname = 'OBioCO2'    
    821822      IF( TRIM(sn_snd_bio_co2%cldes) == 'medusa' )    ssnd(jps_bio_co2 )%laction = .TRUE. 
Note: See TracChangeset for help on using the changeset viewer.