Ignore:
Timestamp:
Oct 21, 2016 3:11:58 PM (7 years ago)
Author:
knoop
Message:

Renamed variable rho to rho_ocean, rho_init to rho_ocean_init and rho_av to rho_ocean_av

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/SOURCE/land_surface_model_mod.f90

    r2001 r2031  
    2020! Current revisions:
    2121! -----------------
    22 !
     22! renamed variable rho to rho_ocean
    2323!
    2424! Former revisions:
     
    257257                residual_moisture = 9999999.9_wp,       & !< NAMELIST m_res
    258258                rho_cp,                                 & !< rho_surface * cp
    259                 rho_lv,                                 & !< rho * l_v
     259                rho_lv,                                 & !< rho_ocean * l_v
    260260                rd_d_rv,                                & !< r_d / r_v
    261261                saturation_moisture = 9999999.9_wp,     & !< NAMELIST m_sat
Note: See TracChangeset for help on using the changeset viewer.