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 13686 for NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/MY_SRC/icestp.F90 – NEMO

Ignore:
Timestamp:
2020-10-28T10:56:07+01:00 (3 years ago)
Author:
laurent
Message:

Improvements for "oce+ice capable" STATION_ASF!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_r13648_ASINTER-04_laurent_bulk_ice/tests/STATION_ASF/MY_SRC/icestp.F90

    r13655 r13686  
    7474   !!---------------------------------------------------------------------- 
    7575   !! NEMO/ICE 4.0 , NEMO Consortium (2018) 
    76    !! $Id: icestp.F90 13641 2020-10-19 18:16:58Z clem $ 
     76   !! $Id: icestp.F90 13655 2020-10-21 14:15:13Z laurent $ 
    7777   !! Software governed by the CeCILL license (see ./LICENSE) 
    7878   !!---------------------------------------------------------------------- 
     
    127127         !    utau_ice, vtau_ice = surface ice stress [N/m2] 
    128128         !------------------------------------------------! 
     129                                        CALL ice_sbc_tau( kt, ksbc, utau_ice, vtau_ice ) 
     130         ! 
    129131         !------------------------------------------------------! 
    130132         ! --- Thermodynamical coupling with the atmosphere --- ! 
     
    150152         !!============================================================= 
    151153 
    152          !IF(lwp) WRITE(numout,*) '' 
    153          !IF(lwp) WRITE(numout,*) 'LOLO:ice_stp()@icestp.F90 => calling "ice_update_flx()" at kt =', kt 
    154          !                               CALL ice_update_flx( kt )     ! -- Update ocean surface mass, heat and salt fluxes 
    155          !IF(lwp) WRITE(numout,*) 'LOLO:ice_stp()@icestp.F90 => Done with "ice_update_flx()" at kt =', kt 
    156          !IF(lwp) WRITE(numout,*) '' 
    157  
    158154         ! --- case we bypass ice thermodynamics --- ! 
    159155         !IF( .NOT. ln_icethd ) THEN   ! we suppose ice is impermeable => ocean is isolated from atmosphere 
     
    196192      ! --- Ocean time step --- ! 
    197193      !-------------------------! 
    198       !IF( ln_icedyn )                   CALL ice_update_tau( kt, uu(:,:,1,Kbb), vv(:,:,1,Kbb) )   ! -- update surface ocean stresses 
    199       !!gm   remark, the ocean-ice stress is not saved in ice diag call above .....  find a solution!!! 
    200194      ! 
    201195      IF( ln_timing )   CALL timing_stop('ice_stp') 
     
    238232      ! 
    239233      CALL ice_sbc_init                ! set ice-ocean and ice-atm. coupling parameters 
     234      ! 
     235      fr_i  (:,:)   = at_i(:,:)        ! initialisation of sea-ice fraction 
    240236      ! 
    241237      IF( ln_rstart )   CALL iom_close( numrir )  ! close input ice restart file 
Note: See TracChangeset for help on using the changeset viewer.