Changeset 5489 for LMDZ6/branches/contrails/libf/phylmd/dyn1d/replay1d.f90
- Timestamp:
- Jan 17, 2025, 6:16:25 PM (13 days ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5451,5458,5460,5463,5468-5487
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmd/dyn1d/replay1d.f90
r5390 r5489 24 24 CHARACTER (len=10) :: calend 25 25 CHARACTER(len=20) :: calendrier 26 26 CHARACTER(len=20) :: lmax_replay 27 27 28 28 !--------------------------------------------------------------------- … … 56 56 call getin('calend',calend) 57 57 call getin('day_step',day_step) 58 59 print*,'AVANT getin' 60 klev=llm 61 CALL getin('lmax_replay',lmax_replay) 62 print*,'APRES getin',lmax_replay 63 CALL getin(lmax_replay,klev) 64 print*,'replay1d lmax_replay klev',lmax_replay,klev 65 58 66 calendrier=calend 59 67 if ( calendrier == "earth_360d" ) calendrier="360_day" … … 69 77 70 78 klon=1 71 klev=llm72 79 call iotd_ini('phys.nc',1,1,klev,0.,0.,presnivs,jour0,mois0,an0,0.,86400./day_step,calendrier) 73 80 ! Consistent with ... CALL iophys_ini(600.)
Note: See TracChangeset
for help on using the changeset viewer.