Changeset 1222 for trunk


Ignore:
Timestamp:
Apr 11, 2014, 3:42:30 PM (11 years ago)
Author:
emillour
Message:

Generic model:

  • Bug fix, changes in albedo or thermal inertia done in newstart were not correctly taken into account in the restart files.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/phyredem.F90

    r1216 r1222  
    99                         alb,ith,pzmea,pzstd,pzsig,pzgam,pzthe)
    1010! create physics restart file and write time-independent variables
    11   use comsoil_h, only: inertiedat, volcapa, mlayer
     11  use comsoil_h, only: volcapa, mlayer
    1212  use comgeomfi_h, only: area
    13   use surfdat_h, only: albedodat, zmea, zstd, zsig, zgam, zthe, &
     13  use surfdat_h, only: zmea, zstd, zsig, zgam, zthe, &
    1414                       albedice, emisice, emissiv, &
    1515                       iceradius, dtemisice, phisfi
     
    116116 
    117117  ! Write surface albedo
    118   call put_field("albedodat","Albedo of bare ground",albedodat)
     118  call put_field("albedodat","Albedo of bare ground",alb)
    119119 
    120120  ! Subgrid topogaphy variables
     
    126126 
    127127  ! Soil thermal inertia
    128   call put_field("inertiedat","Soil thermal inertia",inertiedat)
     128  call put_field("inertiedat","Soil thermal inertia",ith)
    129129 
    130130  ! Close file
Note: See TracChangeset for help on using the changeset viewer.