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 4148 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90 – NEMO

Ignore:
Timestamp:
2013-11-04T13:54:28+01:00 (10 years ago)
Author:
cetlod
Message:

merge in trunk changes between r3853 and r3940 and commit the changes, see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/SBC/sbcmod.F90

    r4147 r4148  
    153153      sfx(:,:) = 0.0_wp                            ! the salt flux due to freezing/melting will be computed (i.e. will be non-zero)  
    154154                                                   ! only if sea-ice is present 
     155  
     156      fmmflx(:,:) = 0.0_wp                        ! freezing-melting array initialisation 
    155157 
    156158      !                                            ! restartability    
     
    371373                                                                ! (includes virtual salt flux beneath ice  
    372374                                                                ! in linear free surface case) 
     375         CALL iom_put( "fmmflx", fmmflx  )                      ! Freezing-melting water flux 
    373376         CALL iom_put( "qt"    , qns  + qsr )                   ! total heat flux  
    374377         CALL iom_put( "qns"   , qns        )                   ! solar heat flux 
Note: See TracChangeset for help on using the changeset viewer.