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 155 for trunk/NEMO – NEMO

Changeset 155 for trunk/NEMO


Ignore:
Timestamp:
2004-10-19T15:36:34+02:00 (20 years ago)
Author:
opalod
Message:

CL + CT: BUGFIX100: Add missing "USE cpl_oce" and "USE geo2ocean" modules, syntax correction and remove sciobc initialization with tau[xy] arrays (the wind stress is transmitted to the ice through icestp.F90 module)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SBC/tau_coupled_ice.h90

    r3 r155  
    77   !!               sea-ice model 
    88   !!---------------------------------------------------------------------- 
    9    !! * Modules used 
    10    USE ioipsl       ! NetCDF library 
    119   !!---------------------------------------------------------------------- 
    1210   !!   OPA 9.0 , LODYC-IPSL  (2003) 
     
    4139      !!   8.5  !  02-11  (G. Madec)  F90: Free form and module 
    4240      !!---------------------------------------------------------------------- 
     41      !! * Modules used 
     42      USE ioipsl                ! NetCDF library 
     43      USE cpl_oce               ! coupled ocean-atmosphere variables 
     44      USE geo2ocean             ! ??? 
     45 
    4346      !! * Arguments 
    4447      INTEGER, INTENT( in  ) ::   kt   ! ocean time step 
     
    4649      !! * Local declarations 
    4750      INTEGER :: ji,jj,jf 
    48       INTEGER :: itm1,isize,iflag,icpliter,info,inuread,index 
     51      INTEGER :: itm1,isize,iflag,info,inuread,index 
     52!      INTEGER :: icpliter 
    4953      REAL(wp), DIMENSION(jpidta,jpjdta) ::   & 
    5054         ztauxxu, ztauyyu, ztauzzu,   &  ! 3 components of the wind stress 
     
    6569! Addition for SIPC CASE 
    6670      CHARACTER (len=3) ::   clmodinf      ! Header or not 
    67       CHARACTER (len=3) ::   cljobnam_r    ! Experiment name in the field brick, if any  
    68       INTEGER ,DIMENSION(3) ::  infos          ! infos in the field brick, if any 
     71!      CHARACTER (len=3) ::   cljobnam_r    ! Experiment name in the field brick, if any  
     72!      INTEGER ,DIMENSION(3) ::  infos          ! infos in the field brick, if any 
    6973!!--------------------------------------------------------------------- 
    7074 
     
    243247          IF( nitend-kt < nexco ) CALL histclo( nidct ) 
    244248 
    245 ! Pour l'instant pas de différentiation de tension de vent mer libre / glace 
    246 !  9: la tension de vent sur l'ocean suivant i               
    247           sciobc (:,:, 9) = taux 
    248 ! 10: la tension de vent sur la glace suivant i               
    249           sciobc (:,:,10) = taux 
    250 ! 11: la tension de vent sur l'ocean suivant j                
    251           sciobc (:,:,11) = tauy 
    252 ! 12: la tension de vent sur la glace suivant j                
    253           sciobc (:,:,12) = tauy 
    254  
    255249      ENDIF 
    256250 
    257    END SUBROUTINE flx 
     251   END SUBROUTINE tau 
Note: See TracChangeset for help on using the changeset viewer.