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 9344 for branches – NEMO

Changeset 9344 for branches


Ignore:
Timestamp:
2018-02-22T14:20:25+01:00 (6 years ago)
Author:
jpalmier
Message:

JPALM -- tweak xCO2 check test -

Location:
branches/NERC/dev_r5518_GO6_CO2_cmip/NEMOGCM/NEMO/TOP_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/NERC/dev_r5518_GO6_CO2_cmip/NEMOGCM/NEMO/TOP_SRC/MEDUSA/air_sea.F90

    r9332 r9344  
    154154               IF (lk_oasis) THEN 
    155155                  !!! Jpalm test on atm xCO2 
    156                   IF ( (f_xco2a(ji,jj) > 1500.0 ).OR.(f_xco2a(ji,jj) < 100.0 ) ) THEN 
     156                  IF ( (f_xco2a(ji,jj) .GT. 10000.0 ).OR.(f_xco2a(ji,jj) .LE. 0.0 ) ) THEN 
    157157                    IF(lwp) THEN  
    158158                       WRITE(numout,*) ' atm xCO2 = ',f_xco2a(ji,jj),          & 
  • branches/NERC/dev_r5518_GO6_CO2_cmip/NEMOGCM/NEMO/TOP_SRC/trcrst.F90

    r9262 r9344  
    378378            !! 
    379379            IF(lwp) WRITE(numout,*) ' CFC averaged properties absent - setting to zero ...' 
    380             qint_cfc(:,:,jn)  = 0.0   !! CHN 
     380            qint_cfc(:,:,jl)  = 0.0   !! CHN 
    381381         ENDIF 
    382382         !! 
Note: See TracChangeset for help on using the changeset viewer.