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 1211 for branches/dev_003_CPL – NEMO

Changeset 1211 for branches/dev_003_CPL


Ignore:
Timestamp:
2008-10-02T15:34:43+02:00 (16 years ago)
Author:
smasson
Message:

minor bugfix for cpl module under construction... see ticket:155

Location:
branches/dev_003_CPL/NEMO/OPA_SRC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_003_CPL/NEMO/OPA_SRC/SBC/sbccpl.F90

    r1166 r1211  
    488488 
    489489         ztmp(:,:) = tn_ice(:,:) * freeze(:,:) + ( tn(:,:,1) + rt0 ) * ( 1. - freeze(:,:) ) 
    490          qns(:,:) = qns_mix(:,:) + dqns_ice(:,:) * ( tn(:,:) + rt0 - ztmp(:,:) ) 
     490         qns(:,:) = qns_mix(:,:) + dqns_ice(:,:) * ( tn(:,:,1) + rt0 - ztmp(:,:) ) 
    491491         qns_ice(:,:) = qns_mix(:,:) + dqns_ice(:,:) * ( tn_ice(:,:) - ztmp(:,:) ) 
    492492     END SELECT 
  • branches/dev_003_CPL/NEMO/OPA_SRC/restart.F90

    r990 r1211  
    224224      ENDIF 
    225225 
    226       CALL iom_open( 'restart', numror, kiolib = jprstlib ) 
     226      CALL iom_open( 'restartopa', numror, kiolib = jprstlib ) 
    227227 
    228228      ! Calendar informations 
Note: See TracChangeset for help on using the changeset viewer.