- Timestamp:
- Oct 15, 2003, 11:40:56 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/phylmd/clmain.F
r473 r475 5 5 SUBROUTINE clmain(dtime,itap,date0,pctsrf, 6 6 . t,q,u,v, 7 . jour, rmu0, 7 . jour, rmu0, co2_ppm, 8 8 . ok_veget, ocean, npas, nexca, ts, 9 9 . soil_model,cdmmax, cdhmax, ftsoil,qsol, … … 107 107 integer jour ! jour de l'annee en cours 108 108 real rmu0(klon) ! cosinus de l'angle solaire zenithal 109 REAL co2_ppm ! taux CO2 atmosphere 109 110 LOGICAL debut, lafin, ok_veget 110 111 character*6 ocean … … 522 523 e soil_model, ytsoil,yqsol, 523 524 e ok_veget, ocean, npas, nexca, 524 e rmu0, yrugos, yrugoro,525 e rmu0, co2_ppm, yrugos, yrugoro, 525 526 e yu1, yv1, ycoefh, 526 527 e yt,yq,yts,ypaprs,ypplay, … … 758 759 $ soil_model,tsoil,qsol, 759 760 e ok_veget, ocean, npas, nexca, 760 e rmu0, rugos, rugoro,761 e rmu0, co2_ppm, rugos, rugoro, 761 762 e u1lay,v1lay,coef, 762 763 e t,q,ts,paprs,pplay, … … 784 785 #include "indicesol.h" 785 786 #include "dimsoil.h" 786 #INCLUDE "clesphys.h" 787 787 788 c Arguments: 788 789 INTEGER knon … … 817 818 real rlon(klon), rlat(klon), cufi(klon), cvfi(klon) 818 819 logical ok_veget 820 REAL co2_ppm ! taux CO2 atmosphere 819 821 character*6 ocean 820 822 integer npas, nexca
Note: See TracChangeset
for help on using the changeset viewer.