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

Changeset 2217


Ignore:
Timestamp:
2010-10-12T13:37:01+02:00 (14 years ago)
Author:
cetlod
Message:

Checking the compatibility of the diurnal cycle with PISCES or LOBSTER

Location:
branches/DEV_r2106_LOCEAN2010/NEMO/TOP_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r2106_LOCEAN2010/NEMO/TOP_SRC/oce_trc.F90

    r2148 r2217  
    201201   USE sbc_oce , ONLY :   emps       =>    emps       !: freshwater budget: concentration/dillution   [Kg/m2/s] 
    202202   USE sbc_oce , ONLY :   rnf        =>    rnf        !: river runoff   [Kg/m2/s] 
     203   USE sbc_oce , ONLY :   ln_dm2dc   =>    ln_dm2dc   !: Daily mean to Diurnal Cycle short wave (qsr)  
    203204   USE sbc_oce , ONLY :   ln_rnf     =>    ln_rnf     !: runoffs / runoff mouths 
    204205   USE sbc_oce , ONLY :   fr_i       =>    fr_i       !: ice fraction (between 0 to 1) 
  • branches/DEV_r2106_LOCEAN2010/NEMO/TOP_SRC/trcini.F90

    r2192 r2217  
    9292      ENDIF 
    9393 
     94      IF( ln_dm2dc .AND. ( lk_pisces .OR. lk_lobster ) )    & 
     95      &       CALL ctl_stop( ' The diurnal cycle is not compatible with PISCES or LOBSTER  ' ) 
     96 
    9497      IF( lk_lobster ) THEN   ;   CALL trc_ini_lobster      ! LOBSTER bio-model 
    9598      ELSE                    ;   IF(lwp) WRITE(numout,*) '          LOBSTER not used' 
Note: See TracChangeset for help on using the changeset viewer.