--- trunk/libf/phylmd/clesphys.f90 2008/07/21 16:05:07 12 +++ trunk/libf/phylmd/clesphys.f90 2011/09/20 09:14:34 51 @@ -1,6 +1,6 @@ module clesphys - ! v 1.3 2005/06/06 13:16:33 fairhead + ! From version 1.3 2005/06/06 13:16:33 implicit none @@ -8,14 +8,10 @@ REAL co2_ppm, solaire double precision RCO2, RCH4, RN2O, RCFC11, RCFC12 double precision CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt - !IM simulateur ISCCP - INTEGER top_height, overlap - !IM seuils cdrm, cdrh - REAL cdmmax, cdhmax - !IM param. stabilite s/ terres et en dehors - REAL ksta, ksta_ter - !IM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH - LOGICAL ok_kzmin + INTEGER top_height, overlap ! simulateur ISCCP + REAL cdmmax, cdhmax ! seuils cdrm, cdrh + REAL ksta, ksta_ter ! paramètres stabilité sur terres et en dehors + LOGICAL ok_kzmin ! calcul Kzmin dans la couche limite de surface INTEGER lev_histhf ! niveau sorties 6h integer lev_histday ! niveau sorties journalieres integer lev_histmth ! niveau sorties mensuelles