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

Changeset 4239


Ignore:
Timestamp:
2013-11-18T17:24:26+01:00 (10 years ago)
Author:
cbricaud
Message:

suppress PISCES restrication for QSRMEAN in dev_r3856_MERCATOR3_QSRMEAN24H

Location:
branches/2013/dev_r3856_MERCATOR3_QSRMEAN24H/NEMOGCM/NEMO/TOP_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_r3856_MERCATOR3_QSRMEAN24H/NEMOGCM/NEMO/TOP_SRC/trcini.F90

    r4236 r4239  
    7373      CALL top_alloc()              ! allocate TOP arrays 
    7474 
    75       IF( ln_dm2dc .AND. lk_pisces )THEN 
     75      IF( ln_dm2dc )THEN 
    7676         CALL ctl_warn( ' Diurnal cycle on physics but not in PISCES or LOBSTER ' ) 
    7777         ltrcdm2dc     = .TRUE. 
  • branches/2013/dev_r3856_MERCATOR3_QSRMEAN24H/NEMOGCM/NEMO/TOP_SRC/trcstp.F90

    r4236 r4239  
    6767      ENDIF 
    6868      !     
    69       !cbr 
    70       IF( ln_dm2dc .AND. lk_pisces )THEN 
     69      IF( ln_dm2dc )THEN 
    7170         qsr_tmp = qsr 
    7271         qsr     = qsr_mean     
     
    9998      ENDIF 
    10099      ! 
    101       !cbr 
    102       IF( ln_dm2dc .AND. lk_pisces )THEN 
     100      IF( ln_dm2dc )THEN 
    103101         qsr = qsr_tmp 
    104102      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.