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 6844 for branches/NERC – NEMO

Changeset 6844 for branches/NERC


Ignore:
Timestamp:
2016-08-05T11:01:17+02:00 (8 years ago)
Author:
jpalmier
Message:

repair dust forcing field reading freq

File:
1 edited

Legend:

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

    r6829 r6844  
    156156 
    157157      IF( bdustfer ) THEN 
    158         IF( kt == nittrc000 .OR. ( kt /= nittrc000 .AND. ntimes_dust > 1 ) ) THEN 
     158        !! IF( kt == nittrc000 .OR. ( kt /= nittrc000 .AND. ntimes_dust > 1 ) ) THEN 
    159159            CALL fld_read( kt, 1, sf_dust ) 
    160160            dust(:,:) = sf_dust(1)%fnow(:,:,1) 
    161          ENDIF 
     161         !! ENDIF 
    162162      ELSEIF (lk_oasis) THEN 
    163163         dust = Dust_in_cpl 
Note: See TracChangeset for help on using the changeset viewer.