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 8131 for branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcnam_medusa.F90 – NEMO

Ignore:
Timestamp:
2017-06-02T17:14:01+02:00 (7 years ago)
Author:
jpalmier
Message:

JPALM -- DMS add an updated version of ANDERSON sheme

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_NOC_MEDUSA_Stable/NEMOGCM/NEMO/TOP_SRC/MEDUSA/trcnam_medusa.F90

    r8074 r8131  
    493493!!  jdms_input  :  use instant (0) or diel-avg (1) inputs 
    494494!!       jdms_model  :  choice of DMS model passed to atmosphere 
    495 !!                      1 = ANDR, 2 = SIMO, 3 = ARAN, 4 = HALL 
     495!!                      1 = ANDR, 2 = SIMO, 3 = ARAN, 4 = HALL, 5 = ANDM 
    496496!! 
    497497      IF(lwp) THEN 
     
    10261026            WRITE(numout,*)     & 
    10271027            &   ' choice of DMS model passed to atmosphere,                  jdms_model  = Halloran et al. (2010)' 
     1028    elseif (jdms_model .eq. 5) then 
     1029            WRITE(numout,*)     & 
     1030            &   ' choice of DMS model passed to atmosphere,                  jdms_model  = Anderson et al. (2001; modified)' 
    10281031         endif 
    10291032!! 
     
    20952098          med_diag%DMS_HALL%dgsave = .FALSE. 
    20962099      ENDIF 
     2100      IF  (iom_use("DMS_ANDM")) THEN  
     2101          med_diag%DMS_ANDM%dgsave = .TRUE. 
     2102      ELSE  
     2103          med_diag%DMS_ANDM%dgsave = .FALSE. 
     2104      ENDIF 
    20972105      IF  (iom_use("ATM_XCO2")) THEN  
    20982106          med_diag%ATM_XCO2%dgsave = .TRUE. 
Note: See TracChangeset for help on using the changeset viewer.