Changeset 2720 for LMDZ5/branches/testing/libf/dyn3dmem
- Timestamp:
- Nov 30, 2016, 1:28:41 PM (8 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2665-2668,2670-2674,2677-2681,2683-2684,2686,2690-2719
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3dmem/conf_gcm.F90
r2641 r2720 22 22 USE logic_mod, ONLY: fxyhypb, iflag_phys, ok_etat0, ok_gradsfile, & 23 23 ok_guide, ok_limit, ok_strato, purmats, read_start, & 24 ysinus 24 ysinus, read_orop 25 25 USE serre_mod, ONLY: clon,clat,grossismx,grossismy,dzoomx,dzoomy, & 26 26 alphax,alphay,taux,tauy … … 929 929 CALL getin('ok_etat0',ok_etat0) 930 930 931 !Config Key = read_orop 932 !Config Desc = lecture du fichier de params orographiques sous maille 933 !Config Def = f 934 !Config Help = lecture fichier plutot que grid_noro 935 936 read_orop = .FALSE. 937 CALL getin('read_orop',read_orop) 938 931 939 write(lunout,*)' #########################################' 932 940 write(lunout,*)' Configuration des parametres de cel0' & … … 977 985 write(lunout,*)' ok_limit = ', ok_limit 978 986 write(lunout,*)' ok_etat0 = ', ok_etat0 987 write(lunout,*)' read_orop = ', read_orop 979 988 end IF test_etatinit 980 989 -
LMDZ5/branches/testing/libf/dyn3dmem/logic_mod.F90
r2641 r2720 25 25 LOGICAL ok_strato 26 26 LOGICAL ok_gradsfile 27 LOGICAL ok_limit 28 LOGICAL ok_etat0 27 LOGICAL ok_limit ! true for boundary conditions file creation (limit.nc) 28 LOGICAL ok_etat0 ! true for initial states creation (start.nc, startphy.nc) 29 LOGICAL read_orop ! true for sub-cell scales orographic params read in file 29 30 LOGICAL hybrid ! vertical coordinate is hybrid if true (sigma otherwise) 30 31 ! (only used if disvert_type==2)
Note: See TracChangeset
for help on using the changeset viewer.