- Timestamp:
- Sep 30, 2003, 3:37:37 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/clmain.F
r467 r473 502 502 ytaux = y_flux_u(:,1) 503 503 ytauy = y_flux_v(:,1) 504 505 if (nsrf.eq.is_oce) then 506 do j=1,knon 507 ycoefm(j,1)=1.e-3 508 c ycoefh(j,1)=0.8*ycoefm(j,1) 509 enddo 510 endif 504 511 505 512 c FH modif sur le cdrag temperature … … 777 784 #include "indicesol.h" 778 785 #include "dimsoil.h" 786 #INCLUDE "clesphys.h" 779 787 c Arguments: 780 788 INTEGER knon … … 1028 1036 swdown(1:knon) = swnet(1:knon) 1029 1037 c enddo 1030 c En attendant mieux 1031 ccanopy = 365. 1038 ccanopy = co2_ppm 1032 1039 1033 1040 CALL interfsurf(itime, dtime, date0, jour, rmu0,
Note: See TracChangeset
for help on using the changeset viewer.