Changeset 2258 for LMDZ5/branches/testing/libf/phylmd/lmdz1d.F90
- Timestamp:
- Apr 13, 2015, 10:21:09 AM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2218,2221-2237
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/lmdz1d.F90
r2220 r2258 10 10 USE ioipsl, only: ju2ymds, ymds2ju, ioconf_calendar 11 11 use phys_state_var_mod 12 use comgeomphy13 12 use dimphy 14 13 use surface_data, only : type_ocean,ok_veget … … 203 202 ! Call to physiq 204 203 !--------------------------------------------------------------------- 205 integer, parameter :: longcles=20206 204 logical :: firstcall=.true. 207 205 logical :: lastcall=.false. 208 206 real :: phis = 0.0 209 real :: clesphy0(longcles) = 0.0210 207 real :: dpsrf 211 208 … … 365 362 !--------------------------------------------------------------------- 366 363 367 call conf_gcm( 99, .TRUE. , clesphy0)364 call conf_gcm( 99, .TRUE. ) 368 365 !----------------------------------------------------------------------- 369 366 ! Choix du calendrier … … 473 470 call init_phys_lmdz(1,1,llm,1,(/1/)) 474 471 call suphel 475 call initcomgeomphy476 472 call infotrac_init 477 473 … … 608 604 rlon_rad(:)=rlon(:)*rpi/180. 609 605 610 call iniphysiq( ngrid,llm,rday,day_ini,timestep, &606 call iniphysiq(iim,jjm,llm,rday,day_ini,timestep, & 611 607 & rlat_rad,rlon_rad,airefi,zcufi,zcvfi,ra,rg,rd,rcpd,(/1/)) 612 608 print*,'apres iniphysiq' … … 618 614 ! Ecriture du startphy avant le premier appel a la physique. 619 615 ! On le met juste avant pour avoir acces a tous les champs 620 ! NB: les clesphy0 seront remplies dans phyredem d'apres les flags lus dans gcm.def621 616 622 617 if (ok_writedem) then … … 673 668 zpic = zpicinp 674 669 ftsol=tsurf 670 nsw=6 ! on met le nb de bandes SW=6, pour initialiser 671 ! 6 albedo, mais on peut quand meme tourner avec 672 ! moins. Seules les 2 ou 4 premiers seront lus 675 673 falb1 = albedo 676 674 falb2 = albedo 675 falb_dir=albedo 676 falb_dif=albedo 677 677 rugoro=rugos 678 678 t_ancien(1,:)=temp(:) … … 859 859 & firstcall,lastcall, & 860 860 & day,time,timestep, & 861 & plev,play,phi,phis,presnivs, clesphy0,&861 & plev,play,phi,phis,presnivs, & 862 862 & u,v,temp,q,omega2, & 863 863 & du_phys,dv_phys,dt_phys,dq,dpsrf, &
Note: See TracChangeset
for help on using the changeset viewer.