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

Changeset 4696 for trunk


Ignore:
Timestamp:
2014-06-26T15:10:44+02:00 (10 years ago)
Author:
clem
Message:

LIM2/3: removing ioceflxb from outputs

Location:
trunk/NEMOGCM
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM/EXP00/iodef.xml

    r4272 r4696  
    8282     <field field_ref="iceprod_cea"  name="sip"     long_name="sea_ice_thickness"        /> 
    8383     <field field_ref="ist_ipa"      /> 
    84      <field field_ref="ioceflxb"     /> 
    8584     <field field_ref="uice_ipa"     /> 
    8685     <field field_ref="vice_ipa"     /> 
  • trunk/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/iodef.xml

    r4245 r4696  
    101101     <field field_ref="iceprod_cea"  name="sip"     long_name="sea_ice_thickness"        /> 
    102102     <field field_ref="ist_ipa"      /> 
    103      <field field_ref="ioceflxb"     /> 
    104103     <field field_ref="uice_ipa"     /> 
    105104     <field field_ref="vice_ipa"     /> 
  • trunk/NEMOGCM/CONFIG/ORCA2_SAS_LIM/EXP00/iodef.xml

    r4186 r4696  
    8484     <field field_ref="iceprod_cea"  name="sip"     long_name="sea_ice_thickness"        /> 
    8585     <field field_ref="ist_ipa"      /> 
    86      <field field_ref="ioceflxb"     /> 
    8786     <field field_ref="uice_ipa"     /> 
    8887     <field field_ref="vice_ipa"     /> 
  • trunk/NEMOGCM/NEMO/LIM_SRC_2/limthd_2.F90

    r4624 r4696  
    440440      !-------------------------------------------------------------------------------- 
    441441      ztmp(:,:) = 1. - pfrld(:,:)                                ! fraction of ice after the dynamic, before the thermodynamic 
    442       CALL iom_put( 'ioceflxb', fbif )                           ! Oceanic flux at the ice base           [W/m2 ???] 
    443442      CALL iom_put( 'ist_cea', (sist(:,:) - rt0) * ztmp(:,:) )   ! Ice surface temperature                [Celius] 
    444443      CALL iom_put( 'qsr_ai_cea', qsr_ice(:,:,1) * ztmp(:,:) )   ! Solar flux over the ice                [W/m2] 
  • trunk/NEMOGCM/NEMO/LIM_SRC_2/limwri_2.F90

    r4624 r4696  
    333333      CALL histdef( kid, "ileadfra", "Ice concentration"       , "-"      , jpi, jpj, kh_i, 1, 1, 1, -99, 32, "inst(x)", rdt, rdt ) 
    334334      CALL histdef( kid, "iicetemp", "Ice temperature"         , "K"      , jpi, jpj, kh_i, 1, 1, 1, -99, 32, "inst(x)", rdt, rdt ) 
    335       CALL histdef( kid, "ioceflxb", "flux at ice base"        , "w/m2"   , jpi, jpj, kh_i, 1, 1, 1, -99, 32, "inst(x)", rdt, rdt )  
    336335      CALL histdef( kid, "iicevelu", "i-Ice speed (I-point)"   , "m/s"    , jpi, jpj, kh_i, 1, 1, 1, -99, 32, "inst(x)", rdt, rdt ) 
    337336      CALL histdef( kid, "iicevelv", "j-Ice speed (I-point)"   , "m/s"    , jpi, jpj, kh_i, 1, 1, 1, -99, 32, "inst(x)", rdt, rdt )  
     
    351350      CALL histwrite( kid, "ileadfra", kt, 1. - frld(:,:) , jpi*jpj, (/1/) ) 
    352351      CALL histwrite( kid, "iicetemp", kt, sist(:,:) - rt0, jpi*jpj, (/1/) ) 
    353       CALL histwrite( kid, "ioceflxb", kt, fbif           , jpi*jpj, (/1/) ) 
    354352      CALL histwrite( kid, "iicevelu", kt, u_ice          , jpi*jpj, (/1/) ) 
    355353      CALL histwrite( kid, "iicevelv", kt, v_ice          , jpi*jpj, (/1/) ) 
Note: See TracChangeset for help on using the changeset viewer.