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 3040 for branches/2011/dev_r2802_UKMO8_cice/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90 – NEMO

Ignore:
Timestamp:
2011-11-03T17:20:17+01:00 (12 years ago)
Author:
charris
Message:

#665 Tidied up comments, history information in headers etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_r2802_UKMO8_cice/NEMOGCM/NEMO/OPA_SRC/SBC/sbcice_cice.F90

    r2998 r3040  
    9494      !!                CICE Sea Ice Model time stepping  
    9595      !! 
    96       !! ** Method  : - Extra forcing fields for CICE   
     96      !! ** Method  : - Get any extra forcing fields for CICE   
     97      !!              - Prepare forcing fields 
    9798      !!              - CICE model time stepping 
    9899      !!              - call the routine that computes mass and  
     
    131132      !!--------------------------------------------------------------------- 
    132133      !!                    ***  ROUTINE cice_sbc_init  *** 
    133       !! ** Purpose: Initialise ice concentation for NEMO and coupling 
     134      !! ** Purpose: Initialise ice related fields for NEMO and coupling 
    134135      !! 
    135136      INTEGER, INTENT( in  ) ::   nsbc ! surface forcing type 
     
    183184      !!--------------------------------------------------------------------- 
    184185      !!                    ***  ROUTINE cice_sbc_in  *** 
    185       !! ** Purpose: Set GBM coupling fields needed for CICE 
     186      !! ** Purpose: Set coupling fields and pass to CICE 
    186187      !! 
    187188      USE wrk_nemo, ONLY:   wrk_in_use, wrk_not_released 
     
    283284        CALL nemo2cice(ztmp,fsurfn_f(:,:,jpl,:),'T', 1. ) 
    284285     ENDDO 
    285  
    286 ! ------------------------------------------------------------------------------- 
    287 ! - sga 
    288 ! - core forcing 
    289 !   allow for extra dimension in input arrays 
    290286 
    291287     ELSE IF (nsbc == 4) THEN 
     
    379375      !!--------------------------------------------------------------------- 
    380376      !!                    ***  ROUTINE cice_sbc_out  *** 
    381       !! ** Purpose: Set coupling fields needed for NEMO 
     377      !! ** Purpose: Get fields from CICE and set surface fields for NEMO 
    382378      !! 
    383379      USE wrk_nemo, ONLY:   wrk_in_use, wrk_not_released 
     
    544540      !!--------------------------------------------------------------------- 
    545541      !!                    ***  ROUTINE cice_sbc_hadgam  *** 
    546       !! ** Purpose: Prepare fields needed to pass to HadGEM3 atmosphere 
     542      !! ** Purpose: Prepare fields needed to pass to HadGAM3 atmosphere 
    547543      !!  
    548544      !! 
     
    689685      sprecip(:,:) = sf(jp_snow)%fnow(:,:,1) 
    690686      tprecip(:,:) = sf(jp_snow)%fnow(:,:,1)+sf(jp_rain)%fnow(:,:,1) 
    691 ! May be better to do this conversion somewhere else???? 
     687! May be better to do this conversion somewhere else 
    692688      qla_ice(:,:,1) = -Lsub*sf(jp_sblm)%fnow(:,:,1) 
    693689      topmelt(:,:,1) = sf(jp_top1)%fnow(:,:,1) 
Note: See TracChangeset for help on using the changeset viewer.