Changeset 1036 for trunk/LMDZ.MARS/libf/phymars/soil_tifeedback.F
- Timestamp:
- Sep 11, 2013, 2:34:44 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/soil_tifeedback.F
r857 r1036 1 1 SUBROUTINE soil_tifeedback(ngrid,nsoil,icecover,newtherm_i) 2 3 use tracer_mod, only: nqmx, igcm_h2o_ice, rho_ice 2 4 IMPLICIT NONE 3 5 … … 24 26 #include "dimphys.h" 25 27 #include "comsoil.h" 26 #include "tracer.h"28 !#include "tracer.h" 27 29 #include "surfdat.h" 28 30 … … 41 43 42 44 REAL icecover(ngrid,nqmx) ! tracer on the surface (kg.m-2) 43 ! last one (iq=nqmx) is surface45 ! (iq=igcm_h2o_ice) is surface 44 46 ! water ice 45 47 c Outputs
Note: See TracChangeset
for help on using the changeset viewer.