Changeset 2665 for LMDZ5/trunk/libf/dyn3dpar/conf_gcm.F90
- Timestamp:
- Oct 12, 2016, 2:53:20 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/dyn3dpar/conf_gcm.F90
r2603 r2665 21 21 USE logic_mod, ONLY: fxyhypb, iflag_phys, ok_etat0, ok_gradsfile, & 22 22 ok_guide, ok_limit, ok_strato, purmats, read_start, & 23 ysinus 23 ysinus, read_orop 24 24 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 25 25 alphax,alphay,taux,tauy … … 925 925 CALL getin('ok_etat0',ok_etat0) 926 926 927 !Config Key = read_orop 928 !Config Desc = lecture du fichier de params orographiques sous maille 929 !Config Def = f 930 !Config Help = lecture fichier plutot que grid_noro 931 932 read_orop = .FALSE. 933 CALL getin('read_orop',read_orop) 934 927 935 write(lunout,*)' #########################################' 928 936 write(lunout,*)' Configuration des parametres de cel0' & … … 973 981 write(lunout,*)' ok_limit = ', ok_limit 974 982 write(lunout,*)' ok_etat0 = ', ok_etat0 983 write(lunout,*)' read_orop = ', read_orop 975 984 end IF test_etatinit 976 985
Note: See TracChangeset
for help on using the changeset viewer.