Changeset 1960 for LMDZ5/trunk/libf/phy1d/1Dconv.h
- Timestamp:
- Feb 7, 2014, 5:20:25 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phy1d/1Dconv.h
r1907 r1960 22 22 REAL hplaym(100) !pression en hPa milieux des couches Meso-NH 23 23 24 integer i,j,k,ii,ll,in 25 REAL tsol,qsol 24 integer i,j,k,ll,in 26 25 27 26 CHARACTER*80 file_forctl,file_fordat 28 27 29 COMMON/com1_phys_gcss/ klev,play,JM,coef1,coef230 COMMON/com2_phys_gcss/ nblvlm,playm,hplaym28 COMMON/com1_phys_gcss/play,coef1,coef2,JM,klev 29 COMMON/com2_phys_gcss/playm,hplaym,nblvlm 31 30 32 31 c====================================================================== … … 170 169 hqTurbbef(i)=hqTurbaft(i) 171 170 enddo 172 171 tsbef = tsaft 173 172 timebef=pasprev*dt 174 173 timeaft=timebef+dt … … 213 212 print*,'hqTurb_mes ',(hqTurb_mes(i),i=1,nblvlm) 214 213 endif 215 214 IF (ts_fcg) print*,'ts_subr', ts_subr 216 215 c*** on interpole les champs meso_NH sur les niveaux de pression*** 217 216 c*** gcm . on obtient le nouveau champ after *** … … 263 262 hqTurb(ll)=hqTurbaft(ll) 264 263 enddo 265 264 ts_subr = tsaft 266 265 else ! temps.ge.pasmax 267 266 c*** on interpole sur les pas de temps de 10mn du gcm a partir *** … … 282 281 endif ! Turb_fcg 283 282 enddo 284 283 ts_subr = ((timeaft-time)*tsbef + (time-timebef)*tsaft)/dt 285 284 endif ! temps.ge.pasmax 286 285 c … … 440 439 endif ! Turb_fcg 441 440 enddo 442 441 ts_subr = tsaft 443 442 close(99) 444 443 close(98) … … 505 504 REAL hplaym(100)!pression en hecto-Pa des milieux de couche Meso-NH 506 505 507 COMMON/com1_phys_gcss/ klev,play,JM,coef1,coef2508 COMMON/com2_phys_gcss/ nblvlm,playm,hplaym509 510 integer i,k,klevgcm506 COMMON/com1_phys_gcss/play,coef1,coef2,JM,klev 507 COMMON/com2_phys_gcss/playm,hplaym,nblvlm 508 509 integer k,klevgcm 511 510 real playgcm(klevgcm) ! pression en milieu de couche du gcm 512 511 real psolgcm … … 577 576 REAL playm(100) !pression en Pa milieu de chaque couche Meso-NH 578 577 REAL hplaym(100) !pression en hPa des milieux de couche Meso-NH 579 COMMON/com2_phys_gcss/ nblvlm,playm,hplaym580 581 INTEGER i,lu, k,mlz,mlzh,j578 COMMON/com2_phys_gcss/playm,hplaym,nblvlm 579 580 INTEGER i,lu,mlz,mlzh 582 581 583 582 character*80 file_forctl … … 644 643 real ts 645 644 c 646 INTEGER i,k645 INTEGER k 647 646 c 648 647 LOGICAL imp_fcg,ts_fcg,Turb_fcg … … 725 724 REAL hplaym(100)!pression en hPa des milieux de couche Meso-NH 726 725 727 COMMON/com1_phys_gcss/ klev,play,JM,coef1,coef2728 COMMON/com2_phys_gcss/ nblvlm,playm,hplaym726 COMMON/com1_phys_gcss/play,coef1,coef2,JM,klev 727 COMMON/com2_phys_gcss/playm,hplaym,nblvlm 729 728 730 729 REAL psol 731 730 REAL val 732 INTEGER k, mlz , mlzh731 INTEGER k, mlz 733 732 734 733
Note: See TracChangeset
for help on using the changeset viewer.