Changeset 4071 for trunk/LMDZ.COMMON/libf/evolution/clim_state_rec.F90
- Timestamp:
- Feb 16, 2026, 10:28:56 AM (12 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/evolution/clim_state_rec.F90
r4068 r4071 137 137 ! DEPENDENCIES 138 138 ! ------------ 139 use geometry, only: nlayer , nslope139 use geometry, only: nlayer 140 140 use atmosphere, only: teta_PCM, u_PCM, v_PCM 141 141 use tracers, only: nq, qnames … … 155 155 ! LOCAL VARIABLES 156 156 ! --------------- 157 integer(di) :: funit, ierr, i, j,l157 integer(di) :: funit, ierr, i, l 158 158 159 159 ! CODE … … 244 244 245 245 ! Variables that have been modified 246 call put_var_nc('watercaptag',merge(1. ,0.,is_h2o_perice))246 call put_var_nc('watercaptag',merge(1._dp,0._dp,is_h2o_perice)) 247 247 call put_var_nc('watercap',h2o_ice4PCM,1) 248 248 call put_var_nc('h2o_ice',h2o_frost4PCM,1)
Note: See TracChangeset
for help on using the changeset viewer.
