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 11371 for NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/src/ICE/icesbc.F90 – NEMO

Ignore:
Timestamp:
2019-07-30T16:16:42+02:00 (5 years ago)
Author:
clem
Message:

continue cleaning the ice outputs

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r10984_HPC-13_IRRMANN_BDY_optimization/src/ICE/icesbc.F90

    r11362 r11371  
    129129 
    130130      ! get missing value from xml 
    131       CALL iom_miss_val( "icethic", zmiss_val ) 
     131      CALL iom_miss_val( "icetemp", zmiss_val ) 
    132132 
    133133      ! --- cloud-sky and overcast-sky ice albedos --- ! 
     
    168168         END WHERE 
    169169         ! ice albedo 
    170          CALL iom_put( "icealb" , zalb * zmsk00 + zmiss_val * ( 1._wp - zmsk00 ) ) 
     170         CALL iom_put( 'icealb' , zalb * zmsk00 + zmiss_val * ( 1._wp - zmsk00 ) ) 
    171171         ! ice+ocean albedo 
    172172         zalb(:,:) = SUM( alb_ice * a_i_b, dim=3 ) + rn_alb_oce * ( 1._wp - at_i_b ) 
    173          CALL iom_put( "albedo" , zalb ) 
     173         CALL iom_put( 'albedo' , zalb ) 
    174174 
    175175         DEALLOCATE( zalb, zmsk00 ) 
Note: See TracChangeset for help on using the changeset viewer.