Changeset 278 for LMDZ.3.3/branches/rel-LF/libf
- Timestamp:
- Oct 2, 2001, 10:35:00 AM (23 years ago)
- Location:
- LMDZ.3.3/branches/rel-LF/libf/dyn3d
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ.3.3/branches/rel-LF/libf/dyn3d/create_limit.F
r232 r278 122 122 123 123 c initialisations: 124 OPEN (8,file='run.def',form='formatted') 125 CALL defrun_new(8,.TRUE.,clesphy0) 126 CLOSE(8) 124 ! OPEN (8,file='run.def',form='formatted') 125 ! CALL defrun_new(8,.TRUE.,clesphy0) 126 ! CLOSE(8) 127 CALL conf_gcm( 99, .TRUE. , clesphy0 ) 127 128 128 129 pi = 4. * ATAN(1.) -
LMDZ.3.3/branches/rel-LF/libf/dyn3d/etat0_netcdf.F
r232 r278 120 120 ! 121 121 122 CALL defrun_new(99,.TRUE.,clesphy0) 122 ! CALL defrun_new(99,.TRUE.,clesphy0) 123 CALL conf_gcm( 99, .TRUE. , clesphy0 ) 123 124 124 125 dtvr = daysec/FLOAT(day_step)
Note: See TracChangeset
for help on using the changeset viewer.