Changeset 1319 for LMDZ4/trunk/libf/dyn3dpar/conf_gcm.F
- Timestamp:
- Feb 23, 2010, 10:29:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3dpar/conf_gcm.F
r1279 r1319 353 353 iphysiq = 5 354 354 CALL getin('iphysiq', iphysiq) 355 356 ccc .... P.Le Van, ajout le 03/01/96 pour l'ecriture phys ...357 c358 359 355 360 356 !Config Key = ip_ebil_dyn … … 819 815 CALL getin('ok_gradsfile',ok_gradsfile) 820 816 817 !Config Key = ok_limit 818 !Config Desc = creation des fichiers limit dans create_etat0_limit 819 !Config Def = y 820 !Config Help = production du fichier limit.nc requise 821 822 ok_limit = .TRUE. 823 CALL getin('ok_limit',ok_limit) 824 825 !Config Key = ok_etat0 826 !Config Desc = creation des fichiers etat0 dans create_etat0_limit 827 !Config Def = y 828 !Config Help = production des fichiers start.nc, startphy.nc requise 829 830 ok_etat0 = .TRUE. 831 CALL getin('ok_etat0',ok_etat0) 832 821 833 write(lunout,*)' #########################################' 822 write(lunout,*)' Configuration des parametres du gcm: ' 834 write(lunout,*)' Configuration des parametres de create_etat0' 835 & //'_limit: ' 823 836 write(lunout,*)' planet_type = ', planet_type 824 837 write(lunout,*)' calend = ', calend … … 862 875 write(lunout,*)' ok_strato = ', ok_strato 863 876 write(lunout,*)' ok_gradsfile = ', ok_gradsfile 877 write(lunout,*)' ok_limit = ', ok_limit 878 write(lunout,*)' ok_etat0 = ', ok_etat0 864 879 c 865 880 RETURN
Note: See TracChangeset
for help on using the changeset viewer.