/[lmdze]
ViewVC logotype

Revision 130


Jump to revision: Previous Next
Author: guez
Date: Tue Feb 24 15:43:51 2015 UTC (9 years, 2 months ago)
Changed paths: 9
Log Message:
The information in argument rdayvrai of calfis was redundant with the
information in argument time. Furthermore, in the physics part of gcm,
we need separately the day number (an integer) and the time of
day. So, replaced real argument rdayvrai of calfis containing elapsed
time by integer argument dayvrai containing day number. Corresponding
change in leapfrog. In procedure physiq, replaced real argument
rdayvrai by integer argument dayvrai. In procedures readsulfate and
readsulfate_preind, replaced real argument r_day by arguments dayvrai
and time.

In procedure alboc, replaced real argument rjour by integer argument
jour. alboc was always called by interfsurf_hq with actual argument
real(jour), and the meaning of the dummy argument in alboc seems to be
that it should be an integer.

In procedure leapfrog, local variable time could not be > 1. Removed
test.

In physiq, replaced nint(rdayvrai) by dayvrai. This changes the
results since julien now changes at 0 h instead of 12 h. This follows
LMDZ, where the argument of ozonecm is days_elapsed+1.


Changed paths

Path Details
Directorytrunk/dyn3d/calfis.f modified , text changed
Directorytrunk/dyn3d/dynetat0.f modified , text changed
Directorytrunk/dyn3d/dynredem1.f modified , text changed
Directorytrunk/dyn3d/leapfrog.f modified , text changed
Directorytrunk/phylmd/Interface_surf/alboc.f modified , text changed
Directorytrunk/phylmd/Interface_surf/interfsurf_hq.f modified , text changed
Directorytrunk/phylmd/physiq.f modified , text changed
Directorytrunk/phylmd/readsulfate.f modified , text changed
Directorytrunk/phylmd/readsulfate_preind.f modified , text changed

  ViewVC Help
Powered by ViewVC 1.1.21