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 2777 for trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_clio.F90 – NEMO

Ignore:
Timestamp:
2011-06-07T11:55:02+02:00 (13 years ago)
Author:
smasson
Message:

LIM3 compiling and (partly?) running in v3_3_1, see ticket#817

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/SBC/sbcblk_clio.F90

    r2715 r2777  
    177177      CALL fld_read( kt, nn_fsbc, sf )                ! input fields provided at the current time-step 
    178178      ! 
    179 #if defined key_lim3       
    180       tatm_ice(:,:) = sf(jp_tair)%fnow(:,:,1)     !RB ugly patch 
    181 #endif 
    182       !                                                        ! surface ocean fluxes computed with CLIO bulk formulea 
    183179      IF( MOD( kt - 1, nn_fsbc ) == 0 )   CALL blk_oce_clio( sf, sst_m ) 
    184180      ! 
     
    467463      zpatm = 101000.                        ! atmospheric pressure  (assumed constant  here) 
    468464 
     465#if defined key_lim3       
     466      tatm_ice(:,:) = sf(jp_tair)%fnow(:,:,1)   ! LIM3: make Tair available in sea-ice. WARNING allocated after call to ice_init 
     467#endif 
     468      !                                                        ! surface ocean fluxes computed with CLIO bulk formulea 
    469469      !------------------------------------! 
    470470      !   momentum fluxes  (utau, vtau )   ! 
Note: See TracChangeset for help on using the changeset viewer.