Changeset 1650 for trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
- Timestamp:
- Jan 25, 2017, 4:02:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/conf_gcm.F90
r1593 r1650 25 25 USE logic_mod, ONLY: tidal,purmats,ok_guide,read_start,iflag_phys, & 26 26 iflag_trac,ok_strato,ok_gradsfile,ok_limit,ok_etat0, & 27 moyzon_mu,moyzon_ch,ok_strato,fxyhypb,ysinus 27 moyzon_mu,moyzon_ch,ok_strato,fxyhypb,ysinus,read_orop 28 28 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 29 29 alphax,alphay,taux,tauy … … 53 53 ! ------ 54 54 55 CHARACTER ch1*72,ch2*72,ch3*72,ch4*1256 55 REAL clonn,clatt,grossismxx,grossismyy 57 56 REAL dzoomxx,dzoomyy, tauxx,tauyy 58 57 LOGICAL fxyhypbb, ysinuss 59 INTEGER i60 58 LOGICAL use_filtre_fft 61 59 ! … … 549 547 IF (use_filtre_fft) THEN 550 548 write(lunout,*)'STOP !!!' 551 write(lunout,*)'use_filtre_fft n est pas implemente dansdyn3d'549 write(lunout,*)'use_filtre_fft not implemented in dyn3d' 552 550 STOP 1 553 551 ENDIF … … 597 595 ok_etat0 = .TRUE. 598 596 CALL getin('ok_etat0',ok_etat0) 597 598 !Config Key = read_orop 599 !Config Desc = lecture du fichier de params orographiques sous maille 600 !Config Def = f 601 !Config Help = lecture fichier plutot que grid_noro 602 603 read_orop = .FALSE. 604 CALL getin('read_orop',read_orop) 599 605 600 606 !---------------------------------------- … … 954 960 write(lunout,*)' ok_limit = ', ok_limit 955 961 write(lunout,*)' ok_etat0 = ', ok_etat0 962 write(lunout,*)' read_orop = ', read_orop 956 963 if (planet_type=="titan") then 957 964 write(lunout,*)' moyzon_mu = ', moyzon_mu
Note: See TracChangeset
for help on using the changeset viewer.