Changeset 5103 for LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/replay1d.F90
- Timestamp:
- Jul 23, 2024, 3:29:36 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/phylmd/dyn1d/replay1d.F90
r5101 r5103 51 51 dayref=1 52 52 anneeref=2000 53 callgetin('dayref',dayref)54 callgetin('anneeref',anneeref)55 callgetin('calend',calend)56 callgetin('day_step',day_step)53 CALL getin('dayref',dayref) 54 CALL getin('anneeref',anneeref) 55 CALL getin('calend',calend) 56 CALL getin('day_step',day_step) 57 57 calendrier=calend 58 if( calendrier == "earth_360d" ) calendrier="360_day"58 IF ( calendrier == "earth_360d" ) calendrier="360_day" 59 59 60 60 … … 64 64 an0=anneeref 65 65 66 ! print*,"REPLAY1D jour0,mois0,an0",jour0,mois0,an066 !PRINT*,"REPLAY1D jour0,mois0,an0",jour0,mois0,an0 67 67 68 68 69 69 klon=1 70 70 klev=llm 71 calliotd_ini('phys.nc',1,1,klev,0.,0.,presnivs,jour0,mois0,an0,0.,86400./day_step,calendrier)71 CALL iotd_ini('phys.nc',1,1,klev,0.,0.,presnivs,jour0,mois0,an0,0.,86400./day_step,calendrier) 72 72 ! Consistent with ... CALL iophys_ini(600.) 73 73 … … 75 75 ! Initialisation de la parametrisation 76 76 !--------------------------------------------------------------------- 77 callcall_ini_replay77 CALL call_ini_replay 78 78 79 79 !--------------------------------------------------------------------- 80 80 ! Boucle en temps sur l'appel à la parametrisation 81 81 !--------------------------------------------------------------------- 82 callcall_param_replay(klon,klev)82 CALL call_param_replay(klon,klev) 83 83 84 84 end … … 108 108 109 109 write(*,*) 'in abort_gcm' 110 callhistclo110 CALL histclo 111 111 write(*,*) 'out of histclo' 112 112 write(*,*) 'Stopping in ', modname 113 113 write(*,*) 'Reason = ',message 114 callgetin_dump114 CALL getin_dump 115 115 116 116 if (ierr == 0) then
Note: See TracChangeset
for help on using the changeset viewer.