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 5299 for branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/OPA_SRC/TRA/traqsr.F90 – NEMO

Ignore:
Timestamp:
2015-05-27T18:17:08+02:00 (9 years ago)
Author:
smasson
Message:

dev_r5218_CNRS17_coupling: bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5218_CNRS17_coupling/NEMOGCM/NEMO/OPA_SRC/TRA/traqsr.F90

    r4990 r5299  
    233233               END DO 
    234234               ! clem: store attenuation coefficient of the first ocean level 
    235                IF ( lk_lim3 .AND. ln_qsr_ice ) THEN 
     235               IF ( ln_qsr_ice ) THEN 
    236236                  DO jj = 1, jpj 
    237237                     DO ji = 1, jpi 
     
    256256               END DO 
    257257               ! clem: store attenuation coefficient of the first ocean level 
    258                IF ( lk_lim3 .AND. ln_qsr_ice ) THEN 
     258               IF ( ln_qsr_ice ) THEN 
    259259                  fraqsr_1lev(:,:) = etot3(:,:,1) / r1_rau0_rcp 
    260260               ENDIF 
     
    279279               END DO 
    280280               ! clem: store attenuation coefficient of the first ocean level 
    281                IF ( lk_lim3 .AND. ln_qsr_ice ) THEN 
     281               IF ( ln_qsr_ice ) THEN 
    282282                  DO jj = 1, jpj 
    283283                     DO ji = 1, jpi 
     
    298298               END DO 
    299299               ! clem: store attenuation coefficient of the first ocean level 
    300                IF ( lk_lim3 .AND. ln_qsr_ice ) THEN 
     300               IF ( ln_qsr_ice ) THEN 
    301301                  fraqsr_1lev(:,:) = etot3(:,:,1) / r1_rau0_rcp 
    302302               ENDIF 
Note: See TracChangeset for help on using the changeset viewer.